IVsLibrary2.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] Pointer to a flag indicating which flags 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 IVsLibrary2::GetLibFlags2( [out, retval] LIB_FLAGS2 *pgrfFlags );
Set the PfFlags parameter to a combination of enumerators from _LIB_FLAGS.
Show: