DomainClassInfo.AllDescendants Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)