バージョン

GetNAProperty メソッド (RecordReplayProxyBase)

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

パラメータ

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

戻り値の型

指定されたプロパティ値。
プラットフォーム

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

参照