ClipboardCommandSet.SelectedElements Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the current selected set of model elements (not shapes)
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)
Property Value
- Attributes