次の方法で共有


ManagementContentNavigator.MoveToPath(String) メソッド

定義

現在のノードを指定したパスに設定します。

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設定されます。

適用対象