列挙体シーケンス内の指定した数の項目をスキップします。
Function Skip( _
ByVal celt As Integer _) As Integer
[C#]
int Skip(
intcelt);
[C++]
int Skip(
intcelt);
[JScript]
function Skip(
celt : int) : int;
パラメータ
- celt
列挙体内でスキップする要素の数。
戻り値
スキップした要素の数が celt パラメータに等しい場合は S_OK 。それ以外の場合は S_FALSE 。
解説
IEnumConnections::Skip の詳細については、MSDN ライブラリを参照してください。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
UCOMIEnumConnections インターフェイス | UCOMIEnumConnections メンバ | System.Runtime.InteropServices 名前空間