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
Public property DeploymentEnvironmentName
Public property ErrorMessage
Public property HasErrors
Public property Password
Public property TargetSite
Public property TargetSiteUri
Public property UserName

Top

Methods

  Name Description
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)

Top

Events

  Name Description
Public event PropertyChanged Occurs when a property value changes. (Inherited from INotifyPropertyChanged.)

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Controls Namespace