FilePatternMatch.Path Propriété

Définition

Obtient le chemin d’accès au fichier correspondant, par rapport au début du modèle de recherche correspondant.

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

Valeur de propriété

Remarques

Si le matcheur a recherché « src/Project/*/*.cs » et que le matcheur de modèle a trouvé « src/Project/Interfaces/IFile.cs », = Stem « Interfaces/IFile.cs » et Path = « src/Project/Interfaces/IFile.cs ».

S’applique à