ProjectIdentifier Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 | |
| 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 |
| Inequality(ProjectIdentifier, ProjectIdentifier) |
Indica se |