DirectoryCatalog.SearchPattern 属性

定义

获取传递给DirectoryCatalog 对象的构造函数的搜索模式。

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

属性值

目录用于查找文件的搜索模式。 默认模式为 *.dll,该模式返回所有 DLL 文件。

适用于