IVsPropertyBrowser::GetState Method (array<VsPropertyBrowserState>^)

 

Gets the state of the property browser and returns it in a VsPropertyBrowserState structure.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int GetState(
	array<VsPropertyBrowserState>^ pstate
)

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::Int32

If 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
);
Return to top
Show: