IVsSimpleLibrary2.GetLibFlags2(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 GetLibFlags2([Runtime::InteropServices::Out] System::UInt32 % pgrfFlags);
int GetLibFlags2([Runtime::InteropServices::Out] unsigned int & pgrfFlags);
public int GetLibFlags2 (out uint pgrfFlags);
abstract member GetLibFlags2 : uint32 -> int
Public Function GetLibFlags2 (ByRef pgrfFlags As UInteger) As Integer
Parameters
- pgrfFlags
- UInt32
[out] Returns a combination of flags from the _LIB_FLAGS2 enumeration that 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 vsshell80.idl:
HRESULT IVsSimpleLibrary2::GetLibFlags2(
[out, retval] LIB_FLAGS2 *pgrfFlags
);