Freigeben über


DocumentId.CreateNewId(ProjectId, String) Methode

Definition

Erstellt eine neue DocumentId-Instanz.

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

Parameter

projectId
ProjectId

Die Projekt-ID dieser Dokument-ID ist relativ dazu.

debugName
String

Ein optionaler Name, damit diese ID beim Debuggen einfacher erkannt werden kann.

Gibt zurück

Gilt für: