IConfigSystem.Root プロパティ

定義

構成階層のルートを取得します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 property System::Configuration::Internal::IInternalConfigRoot ^ Root { System::Configuration::Internal::IInternalConfigRoot ^ get(); };
public System.Configuration.Internal.IInternalConfigRoot Root { get; }
member this.Root : System.Configuration.Internal.IInternalConfigRoot
Public ReadOnly Property Root As IInternalConfigRoot

プロパティ値

IInternalConfigRoot オブジェクト。

注釈

オブジェクトは IInternalConfigRoot 、スレッド セーフな方法で構成レコードの作成、削除、検索を管理するのに役立ちます。

適用対象