CompletionSet Members
Include Protected Members
Include Inherited Members
Represents an IntelliSense completion list that is displayed in the current text view.
The CompletionSet type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CompletionSet | Initializes a new instance of the CompletionSet class. |
Top
Methods
Name | Description | |
---|---|---|
Close | Closes the completion list display. | |
CompareItems | Compares two strings for the specified number of characters. | |
DecreaseFilterLevel | Changes the level of the internal filter list and updates it, showing common items. | |
Dismiss | Called when the completion list is no longer needed. | |
Dispose | Deallocates any resources just before the CompletionSet object is destroyed. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetBestMatch | Determines which item in the list is the best match for the text typed so far by the user. | |
GetCompletionItemColor | Gets the foreground and background colors for a selected item. | |
GetCount | Gets the number of items that can be displayed in the completion list. | |
GetDescriptionText | Gets a description for the specified item in the completion list. | |
GetDisplayText | Gets the text and image index to display in the completion list for the specified item. | |
GetFilterLevel | Gets the current filter level. | |
GetFlags | Gets a set of flags specifying the behavior of the completion list. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetImageList | Returns the image list to use for the glyphs in the completion list. | |
GetInitialExtent | Gets the initial extent of the text to be completed. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IncreaseFilterLevel | Show in the completion list the members of the specified type. | |
Init | Initializes the completion set object. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnAutoComplete | Called after completion text has been committed to the source file. | |
OnCommit | Gets the text to be inserted into the source file if the specified character is a commit character. | |
OnCommitComplete | Called after the text has been committed. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Declarations | Gets or sets the Declarations object this completion set uses. | |
IsCommitted | Gets whether any text has been committed to the source file. | |
IsDisplayed | Gets whether the completion list is currently displayed. | |
OnCommitText | Gets the text that is to be committed to the source file. |
Top