Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a collection of build definitions that blocked the check-in attempt. This property is always valid.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property AffectedBuildDefinitions As ReadOnlyCollection(Of KeyValuePair(Of String, Uri))
Get
public ReadOnlyCollection<KeyValuePair<string, Uri>> AffectedBuildDefinitions { get; }
public:
property ReadOnlyCollection<KeyValuePair<String^, Uri^>>^ AffectedBuildDefinitions {
ReadOnlyCollection<KeyValuePair<String^, Uri^>>^ get ();
}
member AffectedBuildDefinitions : ReadOnlyCollection<KeyValuePair<string, Uri>>
function get AffectedBuildDefinitions () : ReadOnlyCollection<KeyValuePair<String, Uri>>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<KeyValuePair<String, Uri>>
A collection of (Name, URI) pairs that define the build definitions that blocked the check-in attempt.
.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.