IVsLibrary.GetLibFlags(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.