ElementGroupPrototype.IsInRole 方法
如果傳遞的 ProtoElementBase 可以播放這 ElementGroupPrototype 中傳遞的角色,則傳回 true。
命名空間: Microsoft.VisualStudio.Modeling
組件: Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
語法
'宣告
Public Function IsInRole ( _
protoElementBase As ProtoElementBase, _
domainRoleId As Guid _
) As Boolean
public bool IsInRole(
ProtoElementBase protoElementBase,
Guid domainRoleId
)
參數
- protoElementBase
型別:Microsoft.VisualStudio.Modeling.ProtoElementBase
若要測試 ProtoElementBase。
- domainRoleId
型別:System.Guid
若要測試 DomainRoleId 的 Guid。
傳回值
型別:System.Boolean
如果傳遞的 ProtoElementBase 可以播放這 ElementGroupPrototype 中傳遞的角色,則為 true。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。