IVSMDPropertyGrid::SetSelectedObjects Method (Int32, Int32)

 

Sets objects for the grid to browse.

Namespace:   Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

void SetSelectedObjects(
	int cObjects,
	int ppUnk
)

Parameters

cObjects
Type: System::Int32

The number of objects.

ppUnk
Type: System::Int32

A pointer to a set of objects.

Return to top
Show: