FilePatternMatch.Stem Proprietà

Definizione

Ottiene il sottopath al file corrispondente, rispetto al primo carattere jolly nel modello di ricerca corrispondente.

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

Valore della proprietà

Commenti

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

Si applica a