IVsLibrary.GetLibFlags(UInt32) Method

Definition

Returns flags associated with the library.

public:
 int GetLibFlags([Runtime::InteropServices::Out] System::UInt32 % pfFlags);
int GetLibFlags([Runtime::InteropServices::Out] unsigned int & pfFlags);
public int GetLibFlags (out uint pfFlags);
abstract member GetLibFlags : uint32 -> int
Public Function GetLibFlags (ByRef pfFlags As UInteger) As Integer

Parameters

pfFlags
UInt32

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

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsLibrary::GetLibFlags(  
   [out, retval] LIB_FLAGS *pfFlags  
);  

Set the PfFlags parameter to a combination of enumerators from _LIB_FLAGS.

Applies to