Document 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示屬於專案的原始程式碼檔。 它可讓您存取源文字、剖析的語法樹狀結構,以及對應的語意模型。
public ref class Document : Microsoft::CodeAnalysis::TextDocument
[System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(),nq}")]
public class Document : Microsoft.CodeAnalysis.TextDocument
[<System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(),nq}")>]
type Document = class
inherit TextDocument
Public Class Document
Inherits TextDocument
- 繼承
- 衍生
- 屬性
屬性
FilePath |
檔檔案的路徑,如果沒有檔檔,則為 null。 (繼承來源 TextDocument) |
Folders |
檔所包含的邏輯資料夾順序。 (繼承來源 TextDocument) |
Id |
檔的識別碼。 許多檔實例可能會共用相同的識別碼,但方案中只有一份檔可能有該識別碼。 (繼承來源 TextDocument) |
Name |
文件的名稱。 (繼承來源 TextDocument) |
Project |
此檔所屬的專案。 (繼承來源 TextDocument) |
SourceCodeKind |
此檔包含的原始程式碼類型。 |
SupportsSemanticModel |
如果 |
SupportsSyntaxTree |
如果 |