ISharePointEditorViewModel Interface
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Public Interface ISharePointEditorViewModel _
Inherits INotifyPropertyChanged, IDisposable
public interface ISharePointEditorViewModel : INotifyPropertyChanged,
IDisposable
public interface class ISharePointEditorViewModel : INotifyPropertyChanged,
IDisposable
type ISharePointEditorViewModel =
interface
interface INotifyPropertyChanged
interface IDisposable
end
public interface ISharePointEditorViewModel extends INotifyPropertyChanged, IDisposable
The ISharePointEditorViewModel type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
DeploymentEnvironmentName | |
![]() |
ErrorMessage | |
![]() |
HasErrors | |
![]() |
Password | |
![]() |
TargetSite | |
![]() |
TargetSiteUri | |
![]() |
UserName |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
Top
Events
Name | Description | |
---|---|---|
![]() |
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top