次の方法で共有


ILoggingOptions.ShouldWarnForStringEnumValueInJson(Type) メソッド

定義

指定された列挙型の true 文字列値に関する警告がまだ実行されていない場合は を返します。

public bool ShouldWarnForStringEnumValueInJson (Type enumType);
abstract member ShouldWarnForStringEnumValueInJson : Type -> bool
Public Function ShouldWarnForStringEnumValueInJson (enumType As Type) As Boolean

パラメーター

enumType
Type

確認する型。

戻り値

警告が発行されているかどうか。

適用対象