バージョン

GetItemProperty メソッド (WinTreeReplayServer)

特定のノードの指定されたプロパティの値を返します。
シンタックス
'宣言
 
Public Function GetItemProperty( _
   ByVal nodeId As System.String, _
   ByVal propertyName As System.String _
) As System.Object
public System.object GetItemProperty( 
   System.string nodeId,
   System.string propertyName
)

パラメータ

nodeId
プロパティ値を取得するノードのキー。文字列として渡されます。
propertyName
取得するプロパティの名前

戻り値の型

プロパティ値のオブジェクト表現。
プラットフォーム

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

参照