ElementTypeDescriptor.GetRolePlayerPropertyAttributes Method

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

Return Value

Type: []

Permissions

See Also

Reference

ElementTypeDescriptor Class

ElementTypeDescriptor Members

Microsoft.VisualStudio.Modeling.Design Namespace