IVsPropertyBrowser::GetState Method (array<VsPropertyBrowserState>^)
Visual Studio 2015
Gets the state of the property browser and returns it 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, out] Pointer to a caller-allocated instance of a VsPropertyBrowserState structure filled in with information about the property browser.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
[C++]
HRESULT IVsPropertyBrowser::GetState( [in, out] VsPropertyBrowserState * pState );
Show: