IVsLibrary::GetLibFlags Method (UInt32)
Visual Studio 2015
Returns flags associated with the library.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pfFlags
-
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 vsshell.idl:
HRESULT IVsLibrary::GetLibFlags( [out, retval] LIB_FLAGS *pfFlags );
Set the PfFlags parameter to a combination of enumerators from _LIB_FLAGS.
Show: