WebConfigurationMap クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Machine.configファイルとWeb.config ファイルのパスを指定します。
public ref class WebConfigurationMap
public class WebConfigurationMap
type WebConfigurationMap = class
Public Class WebConfigurationMap
- 継承
-
WebConfigurationMap
注釈
このクラスを使用して、 や Microsoft.Web.Administration.ServerManager.GetWebConfigurationなどのMicrosoft.Web.Administration.ServerManager.GetAdministrationConfigurationメソッドの構成パスを指定できます。
コンストラクター
WebConfigurationMap() |
Machine.Configファイルとルート Web.Config ファイルの既定のパス値を使用して、 クラスの新しいインスタンス WebConfigurationMap を初期化します。 |
WebConfigurationMap(String, String) |
Machine.configファイルとルート Web.config ファイルの指定したパス値を使用して、 クラスの新しいインスタンス WebConfigurationMap を初期化します。 |
プロパティ
MachineConfigurationPath |
Machine.config ファイルのファイル システム パスを取得します。 |
RootWebConfigurationPath |
ルート Web.config ファイルのファイル システム パスを取得します。 |