Class OdfManifestFileEntryIssue
Provides the OdfManifestFileEntryIssue API. 表示資訊清單(Manifest)檔案專案中的合規性問題。
public sealed class OdfManifestFileEntryIssue
- Inheritance
-
OdfManifestFileEntryIssue
- Inherited Members
Constructors
OdfManifestFileEntryIssue()
public OdfManifestFileEntryIssue()
Properties
FullPath
Gets the FullPath value. 取得或設定專案的完整路徑。
public string? FullPath { get; set; }
Property Value
InvalidFullPath
Gets a value indicating the InvalidFullPath state. 取得或設定一個值,指出完整路徑是否無效。
public bool InvalidFullPath { get; set; }
Property Value
MissingFullPath
Gets a value indicating the MissingFullPath state. 取得或設定一個值,指出是否遺失完整路徑屬性。
public bool MissingFullPath { get; set; }
Property Value
MissingMediaType
Gets a value indicating the MissingMediaType state. 取得或設定一個值,指出是否遺失媒體類型屬性。
public bool MissingMediaType { get; set; }