DomainClass.AllDescendants (Propiedad)

Obtiene una lista de solo lectura de todas las clases de dominio directamente o indirectamente derivado this.

Espacio de nombres:  Microsoft.VisualStudio.Modeling.DslDefinition
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Sintaxis

'Declaración
Public ReadOnly Property AllDescendants As ReadOnlyCollection(Of DomainClass)
public ReadOnlyCollection<DomainClass> AllDescendants { get; }

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

DomainClass Clase

Microsoft.VisualStudio.Modeling.DslDefinition (Espacio de nombres)