FilePatternMatch.Path Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 ».