IVsLibrary.GetLibFlags(UInt32) Method
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);
C++/WinRT
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
- pfFlags
- UInt32
[out] Pointer to a flag indicating which flags apply to the current library.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
cpp#
HRESULT IVsLibrary::GetLibFlags(
[out, retval] LIB_FLAGS *pfFlags
);
Set the PfFlags
parameter to a combination of enumerators from _LIB_FLAGS.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |