Partager via


IProjectItem.PhysicalPath Propriété

Définition

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.

S’applique à

Voir aussi