SelectionService.GetObjects(UInt32, UInt32, Object[]) 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.
public:
virtual int GetObjects(System::UInt32 dwFlags, System::UInt32 cObjects, cli::array <System::Object ^> ^ apUnkObjects);
public int GetObjects(uint dwFlags, uint cObjects, object[] apUnkObjects);
abstract member GetObjects : uint32 * uint32 * obj[] -> int
override this.GetObjects : uint32 * uint32 * obj[] -> int
Public Function GetObjects (dwFlags As UInteger, cObjects As UInteger, apUnkObjects As Object()) As Integer
Parameters
- dwFlags
- UInt32
- cObjects
- UInt32
- apUnkObjects
- Object[]