Share via


ConfigureWorkspaceGridViewModel 类

继承层次结构

System.Object
  NotifyPropertyChangedDispatcherObject
    ViewModelBase
      Microsoft.TeamFoundation.VersionControl.Controls.ConfigureWorkspaceGridViewModel

命名空间:  Microsoft.TeamFoundation.VersionControl.Controls
程序集:  Microsoft.TeamFoundation.VersionControl.Controls(在 Microsoft.TeamFoundation.VersionControl.Controls.dll 中)

语法

声明
Public Class ConfigureWorkspaceGridViewModel _
    Inherits ViewModelBase _
    Implements IDisposable
public class ConfigureWorkspaceGridViewModel : ViewModelBase, 
    IDisposable

ConfigureWorkspaceGridViewModel 类型公开以下成员。

构造函数

  名称 说明
公共方法 ConfigureWorkspaceGridViewModel 构造函数。

页首

属性

  名称 说明
公共属性 AdvancedCommand 高级命令。
公共属性 BrowseForFolderCommand 为文件夹命令浏览。
公共属性 BrowseForServerPathCommand 为 serverPath 命令浏览。
公共属性 CancelCommand 取消顺序。
公共属性 Dispatcher 计划程序与此对象关联的。 (继承自 NotifyPropertyChangedDispatcherObject。)
公共属性 IsRunning get/set 运行标志的操作。
公共属性 MapAndGetWorkspaceCommand 映射和获取工作区域命令。
公共属性 MessageBoxService (继承自 ViewModelBase。)
公共属性 NewWorkspace
公共属性 ParentViewModel (继承自 ViewModelBase。)
受保护的属性 ServiceProvider get/set 服务提供程序。
公共属性 UIHostService (继承自 ViewModelBase。)
公共属性 VersionControlServer
公共属性 WindowDisplayService (继承自 ViewModelBase。)
公共属性 WorkspaceLocalPathText get/set 本地路径文本。
公共属性 WorkspaceServerPathText get/set 服务器路径文本。

页首

方法

  名称 说明
受保护的方法 AddDependencySource(String, INotifyPropertyChanged) (继承自 NotifyPropertyChangedDispatcherObject。)
受保护的方法 AddDependencySource(String, INotifyCollectionChanged) (继承自 NotifyPropertyChangedDispatcherObject。)
受保护的方法 AdvancedWorkspaceMap 高级选项。
受保护的方法 CancelOptions 移除选项。
公共方法 CheckAccessBeginExecute 对线程的指定事件与对象关联的计划程序。 这对计划程序的 BeginInvoke,不等待事件完成--立即返回。 (继承自 NotifyPropertyChangedDispatcherObject。)
公共方法 CheckAccessExecute(Action) 对线程的指定事件与对象关联的计划程序。 (继承自 NotifyPropertyChangedDispatcherObject。)
公共方法 CheckAccessExecute``1(Func<UMP>) 对线程的指定事件与对象关联的计划程序。 (继承自 NotifyPropertyChangedDispatcherObject。)
公共方法 Dispose
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
受保护的方法 GetDependencySourceName(INotifyPropertyChanged) (继承自 NotifyPropertyChangedDispatcherObject。)
受保护的方法 GetDependencySourceName(INotifyCollectionChanged) (继承自 NotifyPropertyChangedDispatcherObject。)
公共方法 GetHashCode 作为默认哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 GetWaitCursor (继承自 ViewModelBase。)
受保护的方法 InvalidateCommands 无效的所有命令。
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 OnBeforeUIDisplay
公共方法 OnBeforeUIHide
受保护的方法 RaisePropertyChanged (继承自 ViewModelBase。)
受保护的方法 ReceiveWeakEvent (继承自 NotifyPropertyChangedDispatcherObject。)
公共方法 RegisterHandlers
公共方法 RegisterService (继承自 ViewModelBase。)
公共方法 RegisterServices (继承自 ViewModelBase。)
受保护的方法 RemoveDependencySource(String, INotifyPropertyChanged) (继承自 NotifyPropertyChangedDispatcherObject。)
受保护的方法 RemoveDependencySource(String, INotifyCollectionChanged) (继承自 NotifyPropertyChangedDispatcherObject。)
公共方法 ResolveService``1 解决服务。 (继承自 ViewModelBase。)
受保护的方法 SetAndRaisePropertyChanged(String%, String, String) 设置属性值并引发 PropertyChanged 事件的帮助器方法,如果该值已更改。 字符串类型的优化实现。 (继承自 NotifyPropertyChangedDispatcherObject。)
受保护的方法 SetAndRaisePropertyChanged(Int32%, Int32, String) 设置属性值并引发 PropertyChanged 事件的帮助器方法,如果该值已更改。 System.Int32 类型的优化实现。 (继承自 NotifyPropertyChangedDispatcherObject。)
受保护的方法 SetAndRaisePropertyChanged(Boolean%, Boolean, String) 设置属性值并引发 PropertyChanged 事件的帮助器方法,如果该值已更改。 System.Boolean 类型的优化实现。 (继承自 NotifyPropertyChangedDispatcherObject。)
受保护的方法 SetAndRaisePropertyChanged``1(UMP%, UMP, String) 设置属性值并引发 PropertyChanged 事件的帮助器方法,如果该值已更改。 (继承自 NotifyPropertyChangedDispatcherObject。)
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)
公共方法 TryResolveService(Type) (继承自 ViewModelBase。)
公共方法 TryResolveService``1() (继承自 ViewModelBase。)
公共方法 UnRegisterService (继承自 ViewModelBase。)
公共方法 UnRegisterServices (继承自 ViewModelBase。)
受保护的方法 VerifyAccess 强制调用线程对此对象的。 (继承自 NotifyPropertyChangedDispatcherObject。)

页首

事件

  名称 说明
公共事件 PropertyChanged 在属性值更改时发生。 (继承自 NotifyPropertyChangedDispatcherObject。)

页首

显式接口实现  

  名称 说明
显式接口实现私有方法 System#Windows#IWeakEventListener#ReceiveWeakEvent (继承自 NotifyPropertyChangedDispatcherObject。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.TeamFoundation.VersionControl.Controls 命名空间