ElementTypeDescriptor.GetRolePlayerPropertyAttributes(DomainRoleInfo) Method

Definition

Gets an array of custom attributes for the specified DomainRole.

protected:
 cli::array <Attribute ^> ^ GetRolePlayerPropertyAttributes(Microsoft::VisualStudio::Modeling::DomainRoleInfo ^ domainRole);
protected Attribute[] GetRolePlayerPropertyAttributes (Microsoft.VisualStudio.Modeling.DomainRoleInfo domainRole);
member this.GetRolePlayerPropertyAttributes : Microsoft.VisualStudio.Modeling.DomainRoleInfo -> Attribute[]
Protected Function GetRolePlayerPropertyAttributes (domainRole As DomainRoleInfo) As Attribute()

Parameters

domainRole
DomainRoleInfo

Returns

Applies to