IVsSimpleLibrary2::GetLibFlags2 Method (UInt32)
Visual Studio 2015
Returns flags associated with the library.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- pgrfFlags
-
Type:
System::UInt32
[out] Returns a combination of flags from the _LIB_FLAGS2 enumeration that apply to the current library.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT IVsSimpleLibrary2::GetLibFlags2( [out, retval] LIB_FLAGS2 *pgrfFlags );
Show: