ElementTypeDescriptor::GetRolePlayerPropertyAttributes Method (DomainRoleInfo^)

 

Returns an array of the custom attributes that are applied to the described role property.

Namespace:   Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

protected:
array<Attribute^>^ GetRolePlayerPropertyAttributes(
	DomainRoleInfo^ domainRole
)

Parameters

domainRole
Type: Microsoft.VisualStudio.Modeling::DomainRoleInfo^

The descriptor for the role property to get the custom attributes of.

Return Value

Type: array<System::Attribute^>^

An array of the custom attributes that are applied to the described role property.

If the property has no custom attributes, then this method returns an empty array.

Return to top
Show: