Share via


DomainRoleHasPropertyAttributes.GetPropertyAttributes Method

Gets a list of PropertyAttributes.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Syntax

'Declaration
Public Shared Function GetPropertyAttributes ( _
    element As DomainRole _
) As LinkedElementCollection(Of ClrAttribute)
public static LinkedElementCollection<ClrAttribute> GetPropertyAttributes(
    DomainRole element
)
public:
static LinkedElementCollection<ClrAttribute^>^ GetPropertyAttributes(
    DomainRole^ element
)
static member GetPropertyAttributes : 
        element:DomainRole -> LinkedElementCollection<ClrAttribute> 
public static function GetPropertyAttributes(
    element : DomainRole
) : LinkedElementCollection<ClrAttribute>

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<ClrAttribute>

.NET Framework Security

See Also

Reference

DomainRoleHasPropertyAttributes Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace