FileSearch.FoundFiles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a FoundFiles object that contains the names of all the files found during a search.
public:
property Microsoft::Office::Core::FoundFiles ^ FoundFiles { Microsoft::Office::Core::FoundFiles ^ get(); };
public Microsoft.Office.Core.FoundFiles FoundFiles { get; }
member this.FoundFiles : Microsoft.Office.Core.FoundFiles
Public ReadOnly Property FoundFiles As FoundFiles