Поделиться через


RolePlayerPropertyDescriptor.DomainRoleInfo Property

Gets the metadata for the role of the model element in the link.

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

Syntax

'Декларация
Public ReadOnly Property DomainRoleInfo As DomainRoleInfo
    Get
public DomainRoleInfo DomainRoleInfo { get; }
public:
property DomainRoleInfo^ DomainRoleInfo {
    DomainRoleInfo^ get ();
}
member DomainRoleInfo : DomainRoleInfo
function get DomainRoleInfo () : DomainRoleInfo

Property Value

Type: Microsoft.VisualStudio.Modeling.DomainRoleInfo
The metadata for the role of the model element in the link.

Remarks

Always returns the info from the static Store.

.NET Framework Security

See Also

Reference

RolePlayerPropertyDescriptor Class

Microsoft.VisualStudio.Modeling.Design Namespace

RolePlayerPropertyDescriptor