NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyGrid.SetSelectedObjects (Int32, Int32)

We've got to walk the memory here and pull out the Object refs...

[Visual Basic]
Overloads Overridable Public Sub SetSelectedObjects( _
   ByVal cObjs As Integer, _
   ByVal ppObjs As Integer _
)
[C#]
public virtual void SetSelectedObjects(
   int cObjs,
   int ppObjs
);
[C++]
public: virtual void SetSelectedObjects(
   int cObjs,
   int ppObjs
);
[JScript]
public function SetSelectedObjects(
   cObjs : int,
   ppObjs : int
);

Parameters

cObjs
[To be supplied.]
ppObjs
[To be supplied.]

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace | PropertyGrid.SetSelectedObjects Overload List