Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inheritance Hierarchy
System.Object
NotifyPropertyChangedDispatcherObject
ViewModelBase
Microsoft.TeamFoundation.VersionControl.Controls.ConfigureWorkspaceGridViewModel
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Class ConfigureWorkspaceGridViewModel _
Inherits ViewModelBase _
Implements IDisposable
public class ConfigureWorkspaceGridViewModel : ViewModelBase,
IDisposable
public ref class ConfigureWorkspaceGridViewModel : public ViewModelBase,
IDisposable
type ConfigureWorkspaceGridViewModel =
class
inherit ViewModelBase
interface IDisposable
end
public class ConfigureWorkspaceGridViewModel extends ViewModelBase implements IDisposable
The ConfigureWorkspaceGridViewModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ConfigureWorkspaceGridViewModel | Constructor. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AdvancedCommand | Advanced command. |
![]() |
BrowseForFolderCommand | Browse for folder command. |
![]() |
BrowseForServerPathCommand | Browse for serverPath command. |
![]() |
CancelCommand | Cancel options command. |
![]() |
Dispatcher | Dispatcher associated with this object. (Inherited from NotifyPropertyChangedDispatcherObject.) |
![]() |
IsRunning | Get/set the operation running flag. |
![]() |
MapAndGetWorkspaceCommand | Map and get workspace command. |
![]() |
MessageBoxService | (Inherited from ViewModelBase.) |
![]() |
NewWorkspace | |
![]() |
ParentViewModel | (Inherited from ViewModelBase.) |
![]() |
ServiceProvider | Get/set the service provider. |
![]() |
UIHostService | (Inherited from ViewModelBase.) |
![]() |
VersionControlServer | |
![]() |
WindowDisplayService | (Inherited from ViewModelBase.) |
![]() |
WorkspaceLocalPathText | Get/set the local path text. |
![]() |
WorkspaceServerPathText | Get/set the server path text. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddDependencySource(String, INotifyPropertyChanged) | (Inherited from NotifyPropertyChangedDispatcherObject.) |
![]() |
AddDependencySource(String, INotifyCollectionChanged) | (Inherited from NotifyPropertyChangedDispatcherObject.) |
![]() |
AdvancedWorkspaceMap | Advanced options. |
![]() |
CancelOptions | Cancel options. |
![]() |
CheckAccessBeginExecute | Executes the specified action on a thread associated with object's dispatcher. This invokes a BeginInvoke on the Dispatcher, does not wait for the action to complete -- returns immediately. (Inherited from NotifyPropertyChangedDispatcherObject.) |
![]() |
CheckAccessExecute(Action) | Executes the specified action on a thread associated with object's dispatcher. (Inherited from NotifyPropertyChangedDispatcherObject.) |
![]() |
CheckAccessExecute``1(FuncUMP) | Executes the specified action on a thread associated with object's dispatcher. (Inherited from NotifyPropertyChangedDispatcherObject.) |
![]() |
Dispose | |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetDependencySourceName(INotifyPropertyChanged) | (Inherited from NotifyPropertyChangedDispatcherObject.) |
![]() |
GetDependencySourceName(INotifyCollectionChanged) | (Inherited from NotifyPropertyChangedDispatcherObject.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
GetWaitCursor | (Inherited from ViewModelBase.) |
![]() |
InvalidateCommands | Invalidate all commands. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
OnBeforeUIDisplay | |
![]() |
OnBeforeUIHide | |
![]() |
RaisePropertyChanged | (Inherited from ViewModelBase.) |
![]() |
ReceiveWeakEvent | (Inherited from NotifyPropertyChangedDispatcherObject.) |
![]() |
RegisterHandlers | |
![]() |
RegisterService | (Inherited from ViewModelBase.) |
![]() |
RegisterServices | (Inherited from ViewModelBase.) |
![]() |
RemoveDependencySource(String, INotifyPropertyChanged) | (Inherited from NotifyPropertyChangedDispatcherObject.) |
![]() |
RemoveDependencySource(String, INotifyCollectionChanged) | (Inherited from NotifyPropertyChangedDispatcherObject.) |
![]() |
ResolveService``1 | Resolves the service. (Inherited from ViewModelBase.) |
![]() |
SetAndRaisePropertyChanged(String, String, String) | A helper method that sets property value and raises PropertyChanged event if the value has changed. Optimized implementation for string type. (Inherited from NotifyPropertyChangedDispatcherObject.) |
![]() |
SetAndRaisePropertyChanged(Int32, Int32, String) | A helper method that sets property value and raises PropertyChanged event if the value has changed. Optimized implementation for System.Int32 type. (Inherited from NotifyPropertyChangedDispatcherObject.) |
![]() |
SetAndRaisePropertyChanged(Boolean, Boolean, String) | A helper method that sets property value and raises PropertyChanged event if the value has changed. Optimized implementation for System.Boolean type. (Inherited from NotifyPropertyChangedDispatcherObject.) |
![]() |
SetAndRaisePropertyChanged``1(UMP, UMP, String) | A helper method that sets property value and raises PropertyChanged event if the value has changed. (Inherited from NotifyPropertyChangedDispatcherObject.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
TryResolveService(Type) | (Inherited from ViewModelBase.) |
![]() |
TryResolveService``1 | (Inherited from ViewModelBase.) |
![]() |
UnRegisterService | (Inherited from ViewModelBase.) |
![]() |
UnRegisterServices | (Inherited from ViewModelBase.) |
![]() |
VerifyAccess | Enforces that the calling thread has access to this object. (Inherited from NotifyPropertyChangedDispatcherObject.) |
Top
Events
Name | Description | |
---|---|---|
![]() |
PropertyChanged | Occurs when a property value changes. (Inherited from NotifyPropertyChangedDispatcherObject.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
System#Windows#IWeakEventListener#ReceiveWeakEvent | (Inherited from NotifyPropertyChangedDispatcherObject.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.