Propriété FileEventArgs.Path
Les éléments suivants s'appliquent au v2.
Obtient ou définit l'emplacement du fichier.
Espace de noms : Microsoft.WebMatrix.Extensibility.Editor
Assembly : Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)
Syntaxe
'Déclaration
Public Property Path As String
Get
Private Set
'Utilisation
Dim instance As FileEventArgs
Dim value As String
value = instance.Path
public string Path { get; private set; }
public:
property String^ Path {
String^ get ();
private: void set (String^ value);
}
member Path : string with get, private set
function get Path () : String
private function set Path (value : String)
Valeur de propriété
Type : System.String
Emplacement du fichier.