IVSMDPropertyGrid.SetSelectedObjects 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.
Overloads
SetSelectedObjects(Int32, Int32) |
Sets objects for the grid to browse. |
SetSelectedObjects(Int32, IntPtr[]) |
SetSelectedObjects(Int32, Int32)
Sets objects for the grid to browse.
public:
void SetSelectedObjects(int cObjects, int ppUnk);
public:
void SetSelectedObjects(int cObjects, int ppUnk);
void SetSelectedObjects(int cObjects, int ppUnk);
public void SetSelectedObjects (int cObjects, int ppUnk);
abstract member SetSelectedObjects : int * int -> unit
Public Sub SetSelectedObjects (cObjects As Integer, ppUnk As Integer)
Parameters
- cObjects
- Int32
The number of objects.
- ppUnk
- Int32
A pointer to a set of objects.
Applies to
SetSelectedObjects(Int32, IntPtr[])
public:
void SetSelectedObjects(int cObjects, cli::array <IntPtr> ^ arrPunk);
public void SetSelectedObjects (int cObjects, IntPtr[] arrPunk);
abstract member SetSelectedObjects : int * nativeint[] -> unit
Public Sub SetSelectedObjects (cObjects As Integer, arrPunk As IntPtr())
Parameters
- cObjects
- Int32
- arrPunk
-
IntPtr[]
nativeint[]