共用方式為


DocumentInfo 類別

定義

類別,表示建立新檔實例所需的所有引數。

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)

類別,表示建立新檔實例所需的所有引數。

適用於