ProjectId.CreateNewId(String) 方法

定义

创建新的 ProjectId 实例。

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

参数

debugName
String

一个可选名称,使此 ID 在调试时更易于识别。

返回

适用于