IVsSimpleBrowseComponentSet.UpdateCounter(UInt32) 方法

定义

返回集计数器的当前状态。 指示已更改集内容。

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

参数

pCurUpdate
UInt32

更新计数器的当前状态。

返回

Int32

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

实现

注解

COM 签名

从 vsshell80:

HRESULT UpdateCounter(  
[out] ULONG *pCurUpdate  
);  

适用于