ManagementContentNavigator.MoveToPath(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のノードを指定したパスに設定します。
public:
bool MoveToPath(System::String ^ configurationPath);
public bool MoveToPath (string configurationPath);
member this.MoveToPath : string -> bool
Public Function MoveToPath (configurationPath As String) As Boolean
パラメーター
- configurationPath
- String
ターゲット構成パス。
戻り値
true
現在のノードが でない null
場合は 。それ以外の場合 false
は 。
注釈
指定したパスが無効な場合、現在のノードは に null
設定されます。