バージョン

SetNAProperty メソッド (RecordReplayProxyBase)

このメソッドは、このコントロールの任意のプロパティ (またはサブプロパティ) の値を設定します。
シンタックス
'宣言
 
Public Sub SetNAProperty( _
   ByVal fullPropertyName As System.String, _
   ByVal oNewValue As System.Object _
) 
public void SetNAProperty( 
   System.string fullPropertyName,
   System.object oNewValue
)

パラメータ

fullPropertyName
返すプロパティ名。必要なプロパティがネストされている場合は、オブジェクトとプロパティ名を切り離すために、ドットを使用してください。インデックス付けされたプロパティを取得するには、「[ ]」を使用してインデックスまたはキー値を渡します。
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

参照