Share via


IVSMDPropertyGrid.SetSelectedObjects Method

Sets objects for the grid to browse.

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

Syntax

'Declaration
Sub SetSelectedObjects ( _
    cObjects As Integer, _
    ppUnk As Integer _
)
void SetSelectedObjects(
    int cObjects,
    int ppUnk
)
void SetSelectedObjects(
    int cObjects, 
    [InAttribute] int ppUnk
)
abstract SetSelectedObjects : 
        cObjects:int * 
        ppUnk:int -> unit
function SetSelectedObjects(
    cObjects : int, 
    ppUnk : int
)

Parameters

  • cObjects
    Type: Int32

    The number of objects.

  • ppUnk
    Type: Int32

    A pointer to a set of objects.

.NET Framework Security

See Also

Reference

IVSMDPropertyGrid Interface

Microsoft.VisualStudio.Designer.Interfaces Namespace