ProjectIdentifier Estrutura

Definição

Estrutura que identifica um projeto.

public value class ProjectIdentifier : IEquatable<Microsoft::VisualStudio::RpcContracts::Utilities::ProjectIdentifier>
[System.Runtime.Serialization.DataContract]
public struct ProjectIdentifier : IEquatable<Microsoft.VisualStudio.RpcContracts.Utilities.ProjectIdentifier>
[<System.Runtime.Serialization.DataContract>]
type ProjectIdentifier = struct
Public Structure ProjectIdentifier
Implements IEquatable(Of ProjectIdentifier)
Herança
ProjectIdentifier
Atributos
Implementações

Construtores

ProjectIdentifier(String, String, String)

Inicializa uma nova instância da estrutura ProjectIdentifier.

Propriedades

Context

Obtém o contexto no qual o diagnóstico foi gerado (por exemplo, Win32, macOS).

DisplayName

Obtém a combinação legível do Name e do Context .

Identifier

Obtém o identificador do projeto. Normalmente, esse é o GUID do projeto.

Name

Obtém o nome do projeto.

Métodos

Equals(Object)
Equals(ProjectIdentifier)

Indicates whether the current object is equal to another object of the same type.

GetHashCode() System.IEquatable`1.GetHashCode

Operadores

Equality(ProjectIdentifier, ProjectIdentifier)

Indica se left e right equiavlent.

Inequality(ProjectIdentifier, ProjectIdentifier)

Indica se left e right diferente.

Aplica-se a