共用方式為


MetadataConversionError.IsWarning 屬性

定義

取得值,指出 MetadataConversionError 是警告或錯誤。

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

屬性值

Boolean

如果 MetadataConversionError 要視為警告,則為 true,否則為 false。 預設為 false

適用於