IBuildsPageExt.Definitions Property
This is an array of the definitions that are in the All Definitions section on the Builds page.
Namespace: Microsoft.TeamFoundation.Build.Controls.Extensibility
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
ReadOnly Property Definitions As IDefinitionModel()
IDefinitionModel[] Definitions { get; }
property array<IDefinitionModel^>^ Definitions {
array<IDefinitionModel^>^ get ();
}
abstract Definitions : IDefinitionModel[] with get
function get Definitions () : IDefinitionModel[]
Property Value
Type: array<Microsoft.TeamFoundation.Build.Controls.Extensibility.IDefinitionModel[]
Returns IDefinitionModel.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Build.Controls.Extensibility Namespace