IElementDirectory.AllElements 属性

定义

获取目录中所有元素的只读集合。

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)

属性值

ICollection<ModelElement>

适用于