FileEventArgs.Path-Eigenschaft
Die folgenden Ausführungen gelten für v2.
Ruft den Speicherort der Datei ab oder legt diesen fest.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property Path As String
Get
Private Set
'Usage
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)
Eigenschaftswert
Typ: System.String
Der Speicherort der Datei.