FilePatternMatch.Path Proprietà

Definizione

Ottiene il percorso del file corrispondente, relativo all'inizio del criterio di ricerca corrispondente.

public:
 property System::String ^ Path { System::String ^ get(); };
public string Path { get; }
member this.Path : string
Public ReadOnly Property Path As String

Valore della proprietà

Commenti

Se il matcher ha cercato "src/Project/**/*.cs" e il matcher dei criteri ha trovato "src/Project/Interfaces/IFile.cs", allora Stem = "Interfaces/IFile.cs" e Path = "src/Project/Interfaces/IFile.cs".

Si applica a