IProjectItem.PhysicalPath Propriété
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.
Obtient le chemin d'accès d'un élément de projet.
public:
property System::String ^ PhysicalPath { System::String ^ get(); };
public string PhysicalPath { get; }
member this.PhysicalPath : string
Public ReadOnly Property PhysicalPath As String
Valeur de propriété
Chemin d'accès de l'élément.
Remarques
La PhysicalPath propriété retourne le chemin d’accès physique d’un élément de projet donné si l’hôte de conception prend en charge cette fonctionnalité et s’il est judicieux de récupérer un chemin physique pour l’élément. Si l’élément n’est pas un élément de disque, tel qu’un site Web ou un site FTP, la PhysicalPath propriété doit retourner null
.