Declarations Members
Include Protected Members
Include Inherited Members
Manages a list of declarations to be shown in an IntelliSense drop-down list.
The Declarations type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Declarations | Initializes a new instance of the Declarations class. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Frees any resources allocated by the class just before the class 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 the best completion match for the specified value. | |
GetCount | When implemented in a derived class, gets the number of items in the list of declarations. | |
GetDescription | When implemented in a derived class, gets a description of the specified item. | |
GetDisplayText | When implemented in a derived class, gets the text to be displayed in the completion list for the specified item. | |
GetGlyph | When implemented in a derived class, gets the image to show next to the specified item. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetInitialExtent | Returns the initial extent of the text to be completed. | |
GetName | When implemented in a derived class, gets the name or text to be inserted for the specified item. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsCommitChar | Determines whether the specified character can be used to complete the specified text. | |
IsMatch | Determines whether the specified text matches some or all of the specified item. | |
IsPerfectMatch | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnAutoComplete | Called after the declaration has been committed to the source file. When implemented in a derived class, it provides a completion character which may itself be a trigger for another round of IntelliSense. | |
OnCommit | Called to commit the specified item to the source file. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
LastBestMatch | Gets or sets the name of the item that best matches what has been typed so far. |
Top