次の方法で共有


ConfigureCompatibilityOptions<TOptions>.DefaultValues プロパティ

定義

構成 CompatibilityVersionされたアプリケーションに関連付けられている互換性スイッチの既定値を取得します。

protected:
 abstract property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ DefaultValues { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ get(); };
protected abstract System.Collections.Generic.IReadOnlyDictionary<string,object> DefaultValues { get; }
member this.DefaultValues : System.Collections.Generic.IReadOnlyDictionary<string, obj>
Protected MustOverride ReadOnly Property DefaultValues As IReadOnlyDictionary(Of String, Object)

プロパティ値

適用対象