ClipboardCommandSet.SelectedElements 属性

定义

返回当前选定的模型元素集, (不是形状)

protected:
 property System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ SelectedElements { System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ get(); };
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
protected System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.ModelElement> SelectedElements { get; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
member this.SelectedElements : System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.ModelElement>
Protected ReadOnly Property SelectedElements As IList(Of ModelElement)

属性值

IList<ModelElement>
属性

适用于