次の方法で共有


IEnumString.Skip メソッド

列挙シーケンス内の指定した数のアイテムをスキップします。

名前空間: Microsoft.Office.Interop.InfoPath
アセンブリ: Microsoft.Office.Interop.InfoPath (microsoft.office.interop.infopath.dll 内)

構文

'宣言
Sub Skip ( _
    <InAttribute> celt As UInteger _
)
'使用
Dim instance As IEnumString
Dim celt As UInteger

instance.Skip(celt)
void Skip (
    [InAttribute] uint celt
)

パラメータ

  • celt
    スキップする要素の数。

コメント

スキップする要素の数が celt の場合は S_OK を返し、それ以外の場合は S_FALSE を返します。

関連項目

参照

IEnumString インターフェイス
IEnumString のメンバ
Microsoft.Office.Interop.InfoPath 名前空間