CompatibilitySwitch<TValue> コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CompatibilitySwitch<TValue>(String) |
指定された名前の新しい互換性スイッチを作成します。 |
CompatibilitySwitch<TValue>(String, TValue) |
指定された名前と初期値を使用して、新しい互換性スイッチを作成します。 |
CompatibilitySwitch<TValue>(String)
指定された名前の新しい互換性スイッチを作成します。
public:
CompatibilitySwitch(System::String ^ name);
public CompatibilitySwitch (string name);
new Microsoft.AspNetCore.Mvc.Infrastructure.CompatibilitySwitch<'Value (requires 'Value : struct)> : string -> Microsoft.AspNetCore.Mvc.Infrastructure.CompatibilitySwitch<'Value (requires 'Value : struct)>
Public Sub New (name As String)
パラメーター
- name
- String
互換性スイッチ名。 名前は、オプションの種類のプロパティ名と一致する必要があります。
適用対象
CompatibilitySwitch<TValue>(String, TValue)
指定された名前と初期値を使用して、新しい互換性スイッチを作成します。
public:
CompatibilitySwitch(System::String ^ name, TValue initialValue);
public CompatibilitySwitch (string name, TValue initialValue);
new Microsoft.AspNetCore.Mvc.Infrastructure.CompatibilitySwitch<'Value (requires 'Value : struct)> : string * 'Value -> Microsoft.AspNetCore.Mvc.Infrastructure.CompatibilitySwitch<'Value (requires 'Value : struct)>
Public Sub New (name As String, initialValue As TValue)
パラメーター
- name
- String
互換性スイッチ名。 名前は、オプションの種類のプロパティ名と一致する必要があります。
- initialValue
- TValue
スイッチに割り当てる初期値。