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 ファイルのいずれかで定義できます。 これが既定値です。

MachineToLocalUser 300

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

MachineToRoamingUser 200

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

注釈

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

適用対象