AutoCompletePathTextBox.FileSearchPattern 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 or sets a collection containing file extention filters; When it is null (the default value) no file is listed on the auto completion popup.
public:
property System::Collections::Generic::IEnumerable<System::String ^> ^ FileSearchPattern { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); void set(System::Collections::Generic::IEnumerable<System::String ^> ^ value); };
public System.Collections.Generic.IEnumerable<string> FileSearchPattern { get; set; }
member this.FileSearchPattern : seq<string> with get, set
Public Property FileSearchPattern As IEnumerable(Of String)