ModelingWindowPane.DoSelectObjects(UInt32, Object[], UInt32) 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.
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.