SolutionId.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.SolutionId CreateFromSerialized (Guid id, string debugName = default);
static member CreateFromSerialized : Guid * string -> Microsoft.CodeAnalysis.SolutionId
Public Shared Function CreateFromSerialized (id As Guid, Optional debugName As String = Nothing) As SolutionId
Parameters
- id
- Guid
- debugName
- String