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 currently selected 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 SelectedDefinitions As IDefinitionModel()
IDefinitionModel[] SelectedDefinitions { get; }
property array<IDefinitionModel^>^ SelectedDefinitions {
array<IDefinitionModel^>^ get ();
}
abstract SelectedDefinitions : IDefinitionModel[] with get
function get SelectedDefinitions () : 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