AnnotationType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供一組常數,可識別檔中的批註類型,如 ISpreadsheetItemProvider Microsoft UI 自動化介面所使用。
public enum class AnnotationType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AnnotationType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AnnotationType
Public Enum AnnotationType
- 繼承
-
AnnotationType
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
欄位
AdvancedProofingIssue | 60020 | 進階校訂問題。 |
Author | 60019 | 作者資訊。 |
CircularReferenceError | 60022 | 迴圈參考錯誤。 |
Comment | 60003 | 註解。 視應用程式而定,批註可以採用不同的形式。 |
ConflictingChange | 60018 | 衝突的變更。 |
DataValidationError | 60021 | 資料驗證錯誤。 |
DeletionChange | 60012 | 刪除變更。 |
EditingLockedChange | 60016 | 編輯鎖定的變更。 |
Endnote | 60009 | 章節附註內容。 |
ExternalChange | 60017 | 外部變更。 |
Footer | 60007 | 檔中頁面的頁尾。 |
Footnote | 60010 | 註腳內容。 |
FormatChange | 60014 | 格式變更。 |
FormulaError | 60004 | 公式中的錯誤。 公式錯誤通常包含紅色文字和驚嘆號。 |
GrammarError | 60002 | 文法錯誤,通常以綠色波浪線表示。 |
Header | 60006 | 檔中頁面的頁首。 |
Highlighted | 60008 | 醒目提示的內容,通常是以對比的背景色彩表示。 |
InsertionChange | 60011 | 插入變更。 |
MoveChange | 60013 | 移動變更。 |
SpellingError | 60001 | 拼字錯誤,通常以紅色波浪線表示。 |
TrackChanges | 60005 | 對檔所做的變更。 |
Unknown | 60000 | 批註類型未知。 |
UnsyncedChange | 60015 | 未同步變更。 |
備註
此列舉會當做 GetAnnotationTypes 方法的輸入值使用。
AnnotationType 中的值會平行處理 注釋類型識別碼 常數中的值。
版本歷程記錄
Windows 版本 | SDK 版本 | 新增值 |
---|---|---|
1607 | 14393 | AdvancedProofingIssue |
1607 | 14393 | 作者 |
1607 | 14393 | CircularReferenceError |
1607 | 14393 | ConflictingChange |
1607 | 14393 | DataValidationError |
1607 | 14393 | DeletionChange |
1607 | 14393 | EditingLockedChange |
1607 | 14393 | ExternalChange |
1607 | 14393 | FormatChange |
1607 | 14393 | InsertionChange |
1607 | 14393 | MoveChange |
1607 | 14393 | UnsyncedChange |