Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This is an array of the definitions that are in the Favorite 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 FavoriteDefinitions As IDefinitionModel()
IDefinitionModel[] FavoriteDefinitions { get; }
property array<IDefinitionModel^>^ FavoriteDefinitions {
array<IDefinitionModel^>^ get ();
}
abstract FavoriteDefinitions : IDefinitionModel[] with get
function get FavoriteDefinitions () : 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