IEnumComReferences.Skip(UInt32) 方法

定义

跳过指定数目的 COM 引用。

public:
 int Skip(System::UInt32 celt);
public:
 int Skip(unsigned int celt);
int Skip(unsigned int celt);
public int Skip (uint celt);
abstract member Skip : uint32 -> int
Public Function Skip (celt As UInteger) As Integer

参数

celt
UInt32

中要跳过的 COM 引用的数目。

返回

Int32

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

注解

COM 签名

从 vsshell:

[C++]

HRESULT IEnumComReferences::Skip(  
   [in] ULONG celt  
);  

适用于