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