_Application.FileSearch Property
Returns a FileSearch object that can be used to search for files using either an absolute or relative path.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property FileSearch As FileSearch
Get
'Usage
Dim instance As _Application
Dim value As FileSearch
value = instance.FileSearch
FileSearch FileSearch { get; }
Property Value
Type: FileSearch