共用方式為


DocumentId.CreateNewId(ProjectId, String) 方法

定義

建立新的 DocumentId 執行個體。

public static Microsoft.CodeAnalysis.DocumentId CreateNewId (Microsoft.CodeAnalysis.ProjectId projectId, string debugName = default);
public static Microsoft.CodeAnalysis.DocumentId CreateNewId (Microsoft.CodeAnalysis.ProjectId projectId, string? debugName = default);
static member CreateNewId : Microsoft.CodeAnalysis.ProjectId * string -> Microsoft.CodeAnalysis.DocumentId
Public Shared Function CreateNewId (projectId As ProjectId, Optional debugName As String = Nothing) As DocumentId

參數

projectId
ProjectId

此檔識別碼的專案識別碼相對於 。

debugName
String

選擇性名稱,可讓偵錯時更容易辨識此識別碼。

傳回

適用於