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
Initializes a new instance of the Declarations class.
Top
Methods
Name
Description
Frees any resources allocated by the class just before the class object is destroyed.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Determines the best completion match for the specified value.
When implemented in a derived class, gets the number of items in the list of declarations.
When implemented in a derived class, gets a description of the specified item.
When implemented in a derived class, gets the text to be displayed in the completion list for the specified item.
When implemented in a derived class, gets the image to show next to the specified item.
Serves as a hash function for a particular type. (Inherited from Object.)
Returns the initial extent of the text to be completed.
When implemented in a derived class, gets the name or text to be inserted for the specified item.
Gets the type of the current instance. (Inherited from Object.)
Determines whether the specified character can be used to complete the specified text.
Determines whether the specified text matches some or all of the specified item.
Creates a shallow copy of the current Object. (Inherited from Object.)
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.
Called to commit the specified item to the source file.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets or sets the name of the item that best matches what has been typed so far.
Top