IVsSimpleObjectList2::GetCapabilities2 Method (UInt32)
Visual Studio 2015
Returns an object list's capabilities.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- pgrfCapabilities
-
Type:
System::UInt32
[out] Specifies an object list's capabilities. Values are taken from the _LIB_LISTCAPABILITIES enumeration.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT IVsSimpleObjectList2::GetCapabilities2( [out] LIB_LISTCAPABILITIES2 *pgrfCapabilities );
The environment's object manager calls this method to retrieve the enumerated capabilities of the object list on which the IVsSimpleObjectList2 interface is implemented. For the list of capabilities see _LIB_LISTCAPABILITIES.
Show: