IDefinitionModel Interface
Represents the definition data being displayed on the Builds page in Team Explorer.
Namespace: Microsoft.TeamFoundation.Build.Controls.Extensibility
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Public Interface IDefinitionModel
public interface IDefinitionModel
public interface class IDefinitionModel
type IDefinitionModel = interface end
public interface IDefinitionModel
The IDefinitionModel type exposes the following members.
Properties
Name | Description | |
---|---|---|
ControllerName | The name of the default controller for this definition | |
IsFavorite | This value indicates if the definition is marked as a favorite by the user | |
Name | The Name of the definition | |
QueueStatus | The queue status of the definition | |
TriggerType | The trigger type of the definition | |
Uri | The Uri of the definition |
Top
See Also
Reference
Microsoft.TeamFoundation.Build.Controls.Extensibility Namespace