IVsObjectListOwner.GetOptions(UInt32) Method

Definition

Returns options set for the object list.

public:
 int GetOptions(System::UInt32 % pOptions);
int GetOptions(unsigned int & pOptions);
public int GetOptions (ref uint pOptions);
abstract member GetOptions : uint32 -> int
Public Function GetOptions (ByRef pOptions As UInteger) As Integer

Parameters

pOptions
UInt32

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

Returns

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

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsObjectListOwner::GetOptions(VSOBJLISTOWNEROTPIONS *pOptions);  

Applies to