バージョン

GetSubItemProperty メソッド (RecordReplayProxyBase)

サブ項目に固有のプロパティ値を返します
シンタックス
'宣言
 
Public Function GetSubItemProperty( _
   ByVal oeSubItemType As System.Object, _
   ByVal oSubItem As System.Object, _
   ByVal sFullPropertyName As System.String _
) As System.Object
public System.object GetSubItemProperty( 
   System.object oeSubItemType,
   System.object oSubItem,
   System.string sFullPropertyName
)

パラメータ

oeSubItemType
コントロールに関連するサブ項目のタイプを表す列挙値。列挙値、整数、文字列のいずれかです。
oSubItem
oeSubItemType で示されるタイプの個別のサブ項目を識別する文字列または整数。
sFullPropertyName
返すプロパティ名必要なプロパティがネストされている場合は、オブジェクトとプロパティ名を切り離すために、ドットを使用してください。インデックス付けされたプロパティを取得するには、「[ ]」を使用してインデックスまたはキー値を渡します。

戻り値の型

提供されたサブ項目から要求されたプロパティの値。
プラットフォーム

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

参照