IVsLibrary::GetLibFlags Method (UInt32)

 

Returns flags associated with the library.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int GetLibFlags(
	[OutAttribute] unsigned int% pfFlags
)

Parameters

pfFlags
Type: System::UInt32

[out] Pointer to a flag indicating which flags apply to the current library.

Return Value

Type: System::Int32

If 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.

Return to top
Show: