MetadataConversionError.IsWarning プロパティ

定義

MetadataConversionErrorが警告かエラーかを示す値を取得します。

public:
 property bool IsWarning { bool get(); };
public bool IsWarning { get; }
member this.IsWarning : bool
Public ReadOnly Property IsWarning As Boolean

プロパティ値

true MetadataConversionErrorが警告と見なされる場合は。それ以外の場合はfalse。 既定値は false です。

適用対象