SolutionId Class
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.
An identifier that can be used to refer to the same Solution across versions.
public ref class SolutionId sealed : IEquatable<Microsoft::CodeAnalysis::SolutionId ^>
[System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(),nq}")]
public sealed class SolutionId : IEquatable<Microsoft.CodeAnalysis.SolutionId>
[System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(),nq}")]
[System.Runtime.Serialization.DataContract]
public sealed class SolutionId : IEquatable<Microsoft.CodeAnalysis.SolutionId>
[<System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(),nq}")>]
type SolutionId = class
interface IEquatable<SolutionId>
[<System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(),nq}")>]
[<System.Runtime.Serialization.DataContract>]
type SolutionId = class
interface IEquatable<SolutionId>
Public NotInheritable Class SolutionId
Implements IEquatable(Of SolutionId)
- Inheritance
-
SolutionId
- Attributes
- Implements
Properties
Id |
The unique id of the solution. |
Methods
CreateFromSerialized(Guid, String) | |
CreateNewId(String) |
Create a new Solution Id |
Equals(Object) | |
Equals(SolutionId) | |
GetHashCode() |
Operators
Equality(SolutionId, SolutionId) | |
Inequality(SolutionId, SolutionId) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.