ModelingWindowPane.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.
Stores the elements currently selected in this window.
protected:
property System::Collections::IList ^ SelectedElements { System::Collections::IList ^ get(); };
protected System.Collections.IList SelectedElements { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.SelectedElements : System.Collections.IList
Protected ReadOnly Property SelectedElements As IList
Property Value
- Attributes