Matcher.AddInclude(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
新增比對器應用來探索檔案的檔案名稱模式。 這些模式包含在呼叫 Execute(DirectoryInfoBase) 時指定的根目錄中。
使用正斜線 '/' 來表示目錄分隔符號。 使用 '*' 來表示檔案和目錄名稱中的萬用字元。 使用 '**' 來表示任意目錄深度。 使用 '..' 來表示父目錄。
public:
virtual Microsoft::Extensions::FileSystemGlobbing::Matcher ^ AddInclude(System::String ^ pattern);
public virtual Microsoft.Extensions.FileSystemGlobbing.Matcher AddInclude (string pattern);
abstract member AddInclude : string -> Microsoft.Extensions.FileSystemGlobbing.Matcher
override this.AddInclude : string -> Microsoft.Extensions.FileSystemGlobbing.Matcher
Public Overridable Function AddInclude (pattern As String) As Matcher
參數
- pattern
- String
通配符模式。
傳回
比對器。