共用方式為


GatedCheckinException.AffectedBuildDefinitions 屬性

取得封鎖簽入嘗試組建定義的集合。 這個屬性永遠有效。

命名空間:  Microsoft.TeamFoundation.VersionControl.Client
組件:  Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)

語法

'宣告
Public ReadOnly Property AffectedBuildDefinitions As ReadOnlyCollection(Of KeyValuePair(Of String, Uri))
public ReadOnlyCollection<KeyValuePair<string, Uri>> AffectedBuildDefinitions { get; }

屬性值

型別:System.Collections.ObjectModel.ReadOnlyCollection<KeyValuePair<String, Uri>>
定義組建定義封鎖簽入嘗試 (名稱為), URI 的集合。

.NET Framework 安全性

請參閱

參考

GatedCheckinException 類別

Microsoft.TeamFoundation.VersionControl.Client 命名空間