ProjectTargetFileContext Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Contexte du fichier cible du projet
public ref class ProjectTargetFileContext : IEquatable<Microsoft::VisualStudio::Workspace::ProjectTargetFileContext ^>
public class ProjectTargetFileContext : IEquatable<Microsoft.VisualStudio.Workspace.ProjectTargetFileContext>
type ProjectTargetFileContext = class
interface IEquatable<ProjectTargetFileContext>
Public Class ProjectTargetFileContext
Implements IEquatable(Of ProjectTargetFileContext)
- Héritage
-
ProjectTargetFileContext
- Dérivé
- Implémente
Constructeurs
| ProjectTargetFileContext(String) |
Initialise une nouvelle instance de la classe ProjectTargetFileContext. |
| ProjectTargetFileContext(String, String) |
Initialise une nouvelle instance de la classe ProjectTargetFileContext. |
Propriétés
| FilePath |
Chemin d’accès relatif de l’espace de travail |
| Target |
Cible du fichier projet |
Méthodes
| Equals(Object) | |
| Equals(ProjectTargetFileContext) | Indicates whether the current object is equal to another object of the same type. |
| GetHashCode() | Serves as the default hash function. |