IVsObjectListOwner.GetOptions Method (UInt32)

 

Returns options set for the object list.

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

int GetOptions(
	ref uint pOptions
)

Parameters

pOptions
Type: System.UInt32

[out] Bit flags formed by combining values from the _VSOBJLISTOWNEROTPIONS enumeration.

Return Value

Type: System.Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell.idl:

HRESULT IVsObjectListOwner::GetOptions(VSOBJLISTOWNEROTPIONS *pOptions);
Return to top
Show: