IElementDirectory.AllElements (Propiedad)

Obtiene una colección de solo lectura de todos los elementos del directorio.

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

Sintaxis

'Declaración
ReadOnly Property AllElements As ICollection(Of ModelElement)
ICollection<ModelElement> AllElements { get; }

Valor de propiedad

Tipo: System.Collections.Generic.ICollection<ModelElement>
Una colección de sólo lectura de objetos ModelElement.

Seguridad de .NET Framework

Vea también

Referencia

IElementDirectory Interfaz

Microsoft.VisualStudio.Modeling (Espacio de nombres)