AutoCompletePathTextBox Class
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.
Interaction logic for AutoCompletePathTextBox.xaml.
public ref class AutoCompletePathTextBox : Microsoft::VisualStudio::PlatformUI::AutoCompleteTextBox
public class AutoCompletePathTextBox : Microsoft.VisualStudio.PlatformUI.AutoCompleteTextBox
type AutoCompletePathTextBox = class
inherit AutoCompleteTextBox
Public Class AutoCompletePathTextBox
Inherits AutoCompleteTextBox
- Inheritance
Constructors
AutoCompletePathTextBox() |
Initializes a new instance of the AutoCompletePathTextBox class. |
Fields
FileSearchPatternProperty |
Backing store for FileSearchPattern. |
Properties
AutoCompleteSource |
Gets or sets the collection used for the auto complete source. (Inherited from AutoCompleteTextBox) |
DisplayCompletionListOnEmpty |
Gets a value indicating whether to display the completion list when the textbox gets focus if the text is empty. (Inherited from AutoCompleteTextBox) |
FileSearchPattern |
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. |
FilterPredicate |
Gets or sets the filter predicate. (Inherited from AutoCompleteTextBox) |
MaxItems |
Gets or sets the maximum number of items to display. (Inherited from AutoCompleteTextBox) |
Methods
CommitItem() |
Commits the currently selected item. (Inherited from AutoCompleteTextBox) |
DismissCompletionList() |
Dismisses the completion list. (Inherited from AutoCompleteTextBox) |
DisplayCompletionList() |
Displays the completion list. (Inherited from AutoCompleteTextBox) |
InitializeComponent() |
InitializeComponent (Inherited from AutoCompleteTextBox) |
Events
ItemCommitted |
Indicates that an item was committed. (Inherited from AutoCompleteTextBox) |