DomainClassInfo.AllDescendants Propriété

Définition

Obtient une liste en lecture seule de toutes les classes de domaine dérivées directement ou indirectement de celle-ci.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DomainClassInfo ^> ^ AllDescendants { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DomainClassInfo ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DomainClassInfo> AllDescendants { get; }
member this.AllDescendants : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DomainClassInfo>
Public ReadOnly Property AllDescendants As ReadOnlyCollection(Of DomainClassInfo)

Valeur de propriété

ReadOnlyCollection<DomainClassInfo>

S’applique à