Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Protected Function GetRolePlayerPropertyAttributes ( _
domainRole As DomainRoleInfo _
) As Attribute()
'使用
Dim domainRole As DomainRoleInfo
Dim returnValue As Attribute()
returnValue = Me.GetRolePlayerPropertyAttributes(domainRole)
protected Attribute[] GetRolePlayerPropertyAttributes(
DomainRoleInfo domainRole
)
protected:
array<Attribute^>^ GetRolePlayerPropertyAttributes(
DomainRoleInfo^ domainRole
)
protected function GetRolePlayerPropertyAttributes(
domainRole : DomainRoleInfo
) : Attribute[]
Parameters
- domainRole
Type: Microsoft.VisualStudio.Modeling.DomainRoleInfo
Return Value
Type: []
Permissions
- 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.