共用方式為


CompatibilitySwitch<TValue> 類別

定義

支援 實作 的 CompatibilityVersion 基礎結構。 這是適合與模式搭配使用的 實 ICompatibilitySwitchIOptions<TOptions> 。 這是架構基礎結構,不應由應用程式程式碼使用。

generic <typename TValue>
 where TValue : value classpublic ref class CompatibilitySwitch : Microsoft::AspNetCore::Mvc::Infrastructure::ICompatibilitySwitch
public class CompatibilitySwitch<TValue> : Microsoft.AspNetCore.Mvc.Infrastructure.ICompatibilitySwitch where TValue : struct
type CompatibilitySwitch<'Value (requires 'Value : struct)> = class
    interface ICompatibilitySwitch
Public Class CompatibilitySwitch(Of TValue)
Implements ICompatibilitySwitch

類型參數

TValue

與相容性參數相關聯的數值型別。

繼承
CompatibilitySwitch<TValue>
實作

建構函式

CompatibilitySwitch<TValue>(String)

使用提供的名稱建立新的相容性參數。

CompatibilitySwitch<TValue>(String, TValue)

使用提供的名稱和初始值,建立新的相容性參數。

屬性

IsValueSet

取得指出是否已經設定 Value 屬性的值。

Name

取得相容性參數的名稱。

Value

取得或設定與相容性參數相關聯的值。

明確介面實作

ICompatibilitySwitch.Value

支援 實作 的 CompatibilityVersion 基礎結構。 這是適合與模式搭配使用的 實 ICompatibilitySwitchIOptions<TOptions> 。 這是架構基礎結構,不應由應用程式程式碼使用。

適用於