Share via


IElementDirectory.AllElements Property

Definition

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

public:
 property System::Collections::Generic::ICollection<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ AllElements { System::Collections::Generic::ICollection<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> AllElements { get; }
member this.AllElements : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement>
Public ReadOnly Property AllElements As ICollection(Of ModelElement)

Property Value

Applies to