バージョン

GetSubItem メソッド (WinListViewRecordReplayServer)

レポート形式 (LVS_REPORT) の ListView サブ項目のテキスト値を返します。
シンタックス
'宣言
 
Public Function GetSubItem( _
   ByVal item As System.Object, _
   ByVal column As System.Object _
) As System.String
public System.string GetSubItem( 
   System.object item,
   System.object column
)

パラメータ

item
項目の名前または数値インデックス。インデックス値は 0 で開始する値です。
column
サブ項目の名前または数値インデックス。

戻り値の型

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

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

参照