命名空间: Microsoft.TeamFoundation.Build.Controls
程序集: Microsoft.TeamFoundation.Build.Controls(在 Microsoft.TeamFoundation.Build.Controls.dll 中)
语法
声明
Public Interface ISharePointEditorViewModel _
Inherits INotifyPropertyChanged, IDisposable
public interface ISharePointEditorViewModel : INotifyPropertyChanged,
IDisposable
ISharePointEditorViewModel 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
DeploymentEnvironmentName | |
![]() |
ErrorMessage | |
![]() |
HasErrors | |
![]() |
Password | |
![]() |
TargetSite | |
![]() |
TargetSiteUri | |
![]() |
UserName |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Dispose | 执行与释放或重置非托管资源相关的应用程序定义的任务。 (继承自 IDisposable。) |
页首
事件
名称 | 说明 | |
---|---|---|
![]() |
PropertyChanged | 在属性值更改时发生。 (继承自 INotifyPropertyChanged。) |
页首