共用方式為


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
)

參數

  • domainRoleId
    型別:System.Guid
    若要測試 DomainRoleId 的 Guid。

傳回值

型別:System.Boolean
如果傳遞的 ProtoElementBase 可以播放這 ElementGroupPrototype 中傳遞的角色,則為 true。

.NET Framework 安全性

請參閱

參考

ElementGroupPrototype 類別

Microsoft.VisualStudio.Modeling 命名空間