ProjectId.CreateFromSerialized(Guid, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Microsoft.CodeAnalysis.ProjectId CreateFromSerialized (Guid id, string debugName = default);
public static Microsoft.CodeAnalysis.ProjectId CreateFromSerialized (Guid id, string? debugName = default);
static member CreateFromSerialized : Guid * string -> Microsoft.CodeAnalysis.ProjectId
Public Shared Function CreateFromSerialized (id As Guid, Optional debugName As String = Nothing) As ProjectId
Parameters
- id
- Guid
- debugName
- String
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.