This documentation is archived and is not being maintained.

ConfigureWorkspaceGridViewModel Class

Visual Studio 2013

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)

'Declaration
Public Class ConfigureWorkspaceGridViewModel _
	Inherits ViewModelBase _
	Implements IDisposable

The ConfigureWorkspaceGridViewModel type exposes the following members.

  NameDescription
Public methodConfigureWorkspaceGridViewModelConstructor.
Top

  NameDescription
Public propertyAdvancedCommandAdvanced command.
Public propertyBrowseForFolderCommandBrowse for folder command.
Public propertyBrowseForServerPathCommandBrowse for serverPath command.
Public propertyCancelCommandCancel options command.
Public propertyDispatcherDispatcher associated with this object. (Inherited from NotifyPropertyChangedDispatcherObject.)
Public propertyIsRunningGet/set the operation running flag.
Public propertyMapAndGetWorkspaceCommandMap and get workspace command.
Public propertyMessageBoxService (Inherited from ViewModelBase.)
Public propertyNewWorkspace
Public propertyParentViewModel (Inherited from ViewModelBase.)
Protected propertyServiceProviderGet/set the service provider.
Public propertyUIHostService (Inherited from ViewModelBase.)
Public propertyVersionControlServer
Public propertyWindowDisplayService (Inherited from ViewModelBase.)
Public propertyWorkspaceLocalPathTextGet/set the local path text.
Public propertyWorkspaceServerPathTextGet/set the server path text.
Top

  NameDescription
Protected methodAddDependencySource(String, INotifyPropertyChanged) (Inherited from NotifyPropertyChangedDispatcherObject.)
Protected methodAddDependencySource(String, INotifyCollectionChanged) (Inherited from NotifyPropertyChangedDispatcherObject.)
Protected methodAdvancedWorkspaceMapAdvanced options.
Protected methodCancelOptionsCancel options.
Public methodCheckAccessBeginExecuteExecutes 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.)
Public methodCheckAccessExecute(Action)Executes the specified action on a thread associated with object's dispatcher. (Inherited from NotifyPropertyChangedDispatcherObject.)
Public methodCheckAccessExecute``1(FuncUMP)Executes the specified action on a thread associated with object's dispatcher. (Inherited from NotifyPropertyChangedDispatcherObject.)
Public methodDispose
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Protected methodGetDependencySourceName(INotifyPropertyChanged) (Inherited from NotifyPropertyChangedDispatcherObject.)
Protected methodGetDependencySourceName(INotifyCollectionChanged) (Inherited from NotifyPropertyChangedDispatcherObject.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodGetWaitCursor (Inherited from ViewModelBase.)
Protected methodInvalidateCommandsInvalidate all commands.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodOnBeforeUIDisplay
Public methodOnBeforeUIHide
Protected methodRaisePropertyChanged (Inherited from ViewModelBase.)
Protected methodReceiveWeakEvent (Inherited from NotifyPropertyChangedDispatcherObject.)
Public methodRegisterHandlers
Public methodRegisterService (Inherited from ViewModelBase.)
Public methodRegisterServices (Inherited from ViewModelBase.)
Protected methodRemoveDependencySource(String, INotifyPropertyChanged) (Inherited from NotifyPropertyChangedDispatcherObject.)
Protected methodRemoveDependencySource(String, INotifyCollectionChanged) (Inherited from NotifyPropertyChangedDispatcherObject.)
Public methodResolveService``1Resolves the service. (Inherited from ViewModelBase.)
Protected methodSetAndRaisePropertyChanged(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.)
Protected methodSetAndRaisePropertyChanged(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.)
Protected methodSetAndRaisePropertyChanged(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.)
Protected methodSetAndRaisePropertyChanged``1(UMP, UMP, String)A helper method that sets property value and raises PropertyChanged event if the value has changed. (Inherited from NotifyPropertyChangedDispatcherObject.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Public methodTryResolveService(Type) (Inherited from ViewModelBase.)
Public methodTryResolveService``1 (Inherited from ViewModelBase.)
Public methodUnRegisterService (Inherited from ViewModelBase.)
Public methodUnRegisterServices (Inherited from ViewModelBase.)
Protected methodVerifyAccessEnforces that the calling thread has access to this object. (Inherited from NotifyPropertyChangedDispatcherObject.)
Top

  NameDescription
Public eventPropertyChangedOccurs when a property value changes. (Inherited from NotifyPropertyChangedDispatcherObject.)
Top

  NameDescription
Explicit interface implemetationPrivate methodSystem#Windows#IWeakEventListener#ReceiveWeakEvent (Inherited from NotifyPropertyChangedDispatcherObject.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: