Partager via


ApplicationInfo.PhysicalPath Propriété

Définition

Obtient le chemin d'accès physique correspondant à la racine de l'application.

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 physique correspondant à la racine de l'application.

Remarques

La PhysicalPath propriété est le chemin qui a été passé à la CreateObject méthode lors de la création de l’application.

S’applique à