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 | |
|---|---|---|
| .gif) | DeploymentEnvironmentName | |
| .gif) | ErrorMessage | |
| .gif) | HasErrors | |
| .gif) | Password | |
| .gif) | TargetSite | |
| .gif) | TargetSiteUri | |
| .gif) | UserName | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) | 
Top