IVsObjectListOwner.GetOptions Method (UInt32)
Visual Studio 2015
Returns options set for the object list.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pOptions
-
Type:
System.UInt32
[out] Bit flags formed by combining values from the _VSOBJLISTOWNEROTPIONS enumeration.
Return Value
Type: System.Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsObjectListOwner::GetOptions(VSOBJLISTOWNEROTPIONS *pOptions);
Show: