FileSearch.MatchAllWordForms 属性

定义

确定是否展开文件搜索以包含文件正文或文件属性中包含的指定单词的所有形式。

public:
 property bool MatchAllWordForms { bool get(); void set(bool value); };
public bool MatchAllWordForms { get; set; }
member this.MatchAllWordForms : bool with get, set
Public Property MatchAllWordForms As Boolean

属性值

注解

本主题中的某些内容可能不适用于某些语言。

如果展开文件搜索以包含文件正文或文件属性中包含的指定单词的所有形式,则此属性返回 True ;如果未展开搜索,则为 False

仅当已安装并注册了文件 Mswds_en.lex 时,此属性才可用。 请注意,此文件未作为典型设置的一部分进行安装。

适用于