IVsPropertyBrowser::SetState Method (array<VsPropertyBrowserState>^)
Visual Studio 2015
Sets the state of the property browser using information in a VsPropertyBrowserState structure.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pstate
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::VsPropertyBrowserState>^
[in] Pointer to a VsPropertyBrowserState structure containing the new state of the browser.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsPropertyBrowser::SetState( [in] const VsPropertyBrowserState * pState );
Show: