INodeContainer3.SearchedFiles 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.
Gets the collection of searched files in the searched scope
public:
property System::Collections::Generic::IEnumerable<System::String ^> ^ SearchedFiles { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> SearchedFiles { get; }
public System.Collections.Generic.IEnumerable<string>? SearchedFiles { get; }
member this.SearchedFiles : seq<string>
Public ReadOnly Property SearchedFiles As IEnumerable(Of String)