IVsObjectListOwner.GetOptions(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);