DocumentInfo 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
類別,表示建立新檔實例所需的所有引數。
public ref class DocumentInfo sealed
[System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay() , nq}")]
public sealed class DocumentInfo
[<System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay() , nq}")>]
type DocumentInfo = class
Public NotInheritable Class DocumentInfo
- 繼承
-
DocumentInfo
- 屬性
屬性
FilePath |
檔的檔案路徑。 |
Folders |
檔所包含的邏輯巢狀資料夾名稱。 |
Id |
檔的識別碼。 |
IsGenerated |
如果檔是組建的副作用,則為 True。 |
Name |
文件的名稱。 |
SourceCodeKind |
原始程式碼的種類。 |
TextLoader |
可擷取檔文字的載入器。 |
方法
Create(DocumentId, String, IEnumerable<String>, SourceCodeKind, TextLoader, String, Boolean) |
建立資訊。 |
WithFilePath(String) |
類別,表示建立新檔實例所需的所有引數。 |
WithFolders(IEnumerable<String>) |
類別,表示建立新檔實例所需的所有引數。 |
WithId(DocumentId) |
類別,表示建立新檔實例所需的所有引數。 |
WithName(String) |
類別,表示建立新檔實例所需的所有引數。 |
WithSourceCodeKind(SourceCodeKind) |
類別,表示建立新檔實例所需的所有引數。 |
WithTextLoader(TextLoader) |
類別,表示建立新檔實例所需的所有引數。 |