ClipboardCommandSet.SelectedElements Property

Definition

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

Applies to