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
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.