Share via


IElementDirectory.AllElements Property

Gets a read-only collection of all elements in the directory.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
ReadOnly Property AllElements As ICollection(Of ModelElement)
'Usage
Dim instance As IElementDirectory 
Dim value As ICollection(Of ModelElement)

value = instance.AllElements
ICollection<ModelElement> AllElements { get; }
property ICollection<ModelElement^>^ AllElements {
    ICollection<ModelElement^>^ get ();
}
function get AllElements () : ICollection<ModelElement>

Property Value

Type: System.Collections.Generic.ICollection<ModelElement>
A read-only collection of ModelElement objects.

.NET Framework Security

See Also

Reference

IElementDirectory Interface

IElementDirectory Members

Microsoft.VisualStudio.Modeling Namespace