다음을 통해 공유


DomainClass.AllDescendants Property

Gets a read-only list of all domain classes directly or indirectly derived from this one.

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 AllDescendants As ReadOnlyCollection(Of DomainClass)
    Get
public ReadOnlyCollection<DomainClass> AllDescendants { get; }
public:
property ReadOnlyCollection<DomainClass^>^ AllDescendants {
    ReadOnlyCollection<DomainClass^>^ get ();
}
member AllDescendants : ReadOnlyCollection<DomainClass>
function get AllDescendants () : ReadOnlyCollection<DomainClass>

Property Value

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

.NET Framework Security

See Also

Reference

DomainClass Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace