Share via


FileSearch.MatchAllWordForms Property

Determines if the file search is expanded to include all forms of the specified word contained in the body of the file or in the file's properties.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property MatchAllWordForms As Boolean
    Get
    Set
'Usage
Dim instance As FileSearch
Dim value As Boolean

value = instance.MatchAllWordForms

instance.MatchAllWordForms = value
bool MatchAllWordForms { get; set; }

Property Value

Type: System.Boolean

Remarks

Some of the content in this topic may not be applicable to some languages.

This property returns True if the file search is expanded to include all forms of the specified word contained in the body of the file or in the file's properties; False if the search is not expanded.

This property is available only if the file Mswds_en.lex has been installed and registered. Note that this file isn't installed as part of a typical setup.

See Also

Reference

FileSearch Interface

FileSearch Members

Microsoft.Office.Core Namespace