DirectoryCatalog.SearchPattern 属性   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取传递给DirectoryCatalog 对象的构造函数的搜索模式。
public:
 property System::String ^ SearchPattern { System::String ^ get(); };public string SearchPattern { get; }member this.SearchPattern : stringPublic ReadOnly Property SearchPattern As String属性值
目录用于查找文件的搜索模式。 默认模式为 *.dll,该模式返回所有 DLL 文件。