IVsSimpleLibrary2.GetLibFlags2(UInt32) 方法

定义

返回与库关联的标志。

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

参数

pgrfFlags
UInt32

弄返回枚举中应用于当前库的标志的组合 _LIB_FLAGS2

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

注解

COM 签名

从 vsshell80:

HRESULT IVsSimpleLibrary2::GetLibFlags2(  
   [out, retval] LIB_FLAGS2 *pgrfFlags  
);  

适用于