ModelingWindowPane.DoSelectObjects(UInt32, Object[], UInt32) Method

Definition

Derived classes should override to support selection via ISelectionContainer.SelectObjects. For instance, The drop-down above the VS property browser uses this mechanism, as does automation.

protected:
 virtual void DoSelectObjects(System::UInt32 count, cli::array <System::Object ^> ^ objects, System::UInt32 flags);
protected virtual void DoSelectObjects (uint count, object[] objects, uint flags);
abstract member DoSelectObjects : uint32 * obj[] * uint32 -> unit
override this.DoSelectObjects : uint32 * obj[] * uint32 -> unit
Protected Overridable Sub DoSelectObjects (count As UInteger, objects As Object(), flags As UInteger)

Parameters

count
UInt32

Count of Objects to select.

objects
Object[]

Array of Objects to select.

flags
UInt32

Flags.

Applies to