SelectionContainer::ISelectionContainer::GetObjects Method (UInt32, UInt32, array<Object^>^)
Visual Studio 2015
Sets cObjects with the number of items SELECTED or ALL items and populates array apUnkObjects with pointers to those objects.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual int GetObjects( unsigned int dwFlags, unsigned int cObjects, array<Object^>^ apUnkObjects ) sealed = ISelectionContainer::GetObjects
Parameters
- dwFlags
-
Type:
System::UInt32
Use ALL to indicate all members and SELECTED to indicate only those selected.
- cObjects
-
Type:
System::UInt32
A pointer to the number of items, this value is set by the method call.
- apUnkObjects
-
Type:
array<System::Object^>^
An array of size cObjects that contains pointers to the retrieved objects.
Show: