バージョン

GetItem メソッド (WinListViewRecordReplayServer)

インデックスで指定した項目の値を返します。
シンタックス
'宣言
 
Public Function GetItem( _
   ByVal item As System.Object _
) As System.String
public System.string GetItem( 
   System.object item
)

パラメータ

item
項目の名前 (引用符で囲む) または数値インデックス (引用符で囲まない) で項目を示すことができます。リストの最初の項目の番号は 0 になります。

戻り値の型

文字列値。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照