CatalogRuleValidationUtility.CheckExclusiveTypePerParentExistence 方法
將擲回,如果這不是指定型別的唯一節點在其父代下,如果為則提供的型別。
命名空間: Microsoft.TeamFoundation.Server.Core
組件: Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)
語法
'宣告
Public Sub CheckExclusiveTypePerParentExistence ( _
requestContext As TeamFoundationRequestContext, _
node As CatalogNode, _
constraints As ExistencePerParentTypeConstraint() _
)
public void CheckExclusiveTypePerParentExistence(
TeamFoundationRequestContext requestContext,
CatalogNode node,
ExistencePerParentTypeConstraint[] constraints
)
參數
- requestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- constraints
類型:array<Microsoft.TeamFoundation.Server.Core.ExistencePerParentTypeConstraint[]
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。