SelectedShapesCollection.RepresentedElements 属性

定义

获取表示此选定内容的相应 ModelElements。

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

属性值

ReadOnlyCollection<ModelElement>

适用于