バージョン

SetSubItemProperty メソッド (RecordReplayProxyBase)

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

パラメータ

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

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

参照