ClipboardCommandSet.SelectedElements 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回当前选定的模型元素集, (不是形状)
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)
属性值
- 属性