다음을 통해 공유


DomainClass.AllRolesPlayed Property

The set of all DomainRoles both played directly by this class and inherited from base classes.

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

Syntax

‘선언
Public ReadOnly Property AllRolesPlayed As ReadOnlyCollection(Of DomainRole)
    Get
public ReadOnlyCollection<DomainRole> AllRolesPlayed { get; }
public:
property ReadOnlyCollection<DomainRole^>^ AllRolesPlayed {
    ReadOnlyCollection<DomainRole^>^ get ();
}
member AllRolesPlayed : ReadOnlyCollection<DomainRole>
function get AllRolesPlayed () : ReadOnlyCollection<DomainRole>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<DomainRole>

.NET Framework Security

See Also

Reference

DomainClass Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace