ModelingWindowPane.CountObjects(UInt32, 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.
Implementation of ISelectionContainer interface.
public:
virtual int CountObjects(System::UInt32 flags, [Runtime::InteropServices::Out] System::UInt32 % count);
public int CountObjects (uint flags, out uint count);
abstract member CountObjects : uint32 * uint32 -> int
override this.CountObjects : uint32 * uint32 -> int
Public Function CountObjects (flags As UInteger, ByRef count As UInteger) As Integer
Parameters
- flags
- UInt32
- count
- UInt32