ModelingWindowPane.GetSelectedComponents Method
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 a read-only collection of currently selected components.
public:
virtual System::Collections::ICollection ^ GetSelectedComponents();
public virtual System.Collections.ICollection GetSelectedComponents ();
abstract member GetSelectedComponents : unit -> System.Collections.ICollection
override this.GetSelectedComponents : unit -> System.Collections.ICollection
Public Overridable Function GetSelectedComponents () As ICollection