ConfigurationAllowExeDefinition 列挙型

定義

ConfigurationSection オブジェクトに含まれるプロパティを設定またはオーバーライドできる、構成ファイル階層内の場所を指定します。

public enum class ConfigurationAllowExeDefinition
public enum ConfigurationAllowExeDefinition
type ConfigurationAllowExeDefinition = 
Public Enum ConfigurationAllowExeDefinition
継承
ConfigurationAllowExeDefinition

フィールド

名前 説明
MachineOnly 0

ConfigurationSectionは、Machine.config ファイル内でのみ定義できます。

MachineToApplication 100

ConfigurationSectionは、Machine.config ファイルまたはクライアント アプリケーション ディレクトリの Exe.config ファイルで定義できます。 これが既定値です。

MachineToRoamingUser 200

ConfigurationSectionは、Machine.config ファイル、クライアント アプリケーション ディレクトリの Exe.config ファイル、またはローミング ユーザー ディレクトリの User.config ファイルで定義できます。

MachineToLocalUser 300

ConfigurationSectionは、Machine.config ファイル、クライアント アプリケーション ディレクトリの Exe.config ファイル、ローミング ユーザー ディレクトリの User.config ファイル、またはローカル ユーザー ディレクトリの User.config ファイルで定義できます。

注釈

この列挙体の値は、必要に応じて、 ConfigurationSection クラスの新しいインスタンスを作成するときに使用されます。 この列挙はクライアント アプリケーションにのみ適用されることに注意してください。

適用対象