Declarations Methods
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | Frees any resources allocated by the class just before the class object is destroyed. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBestMatch(String^, Int32, Boolean) | 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(Int32) | When implemented in a derived class, gets a description of the specified item. |
![]() | GetDisplayText(Int32) | When implemented in a derived class, gets the text to be displayed in the completion list for the specified item. |
![]() | GetGlyph(Int32) | When implemented in a derived class, gets the image to show next to the specified item. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetInitialExtent(IVsTextView^, Int32, Int32, Int32) | Returns the initial extent of the text to be completed. |
![]() | GetName(Int32) | When implemented in a derived class, gets the name or text to be inserted for the specified item. |
![]() | GetType() | (Inherited from Object.) |
![]() | IsCommitChar(String^, Int32, Char) | Determines whether the specified character can be used to complete the specified text. |
![]() | IsMatch(String^, Int32) | Determines whether the specified text matches some or all of the specified item. |
![]() | IsPerfectMatch(String^, Int32) | Determines whether the specified text matches all of the specified item. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnAutoComplete(IVsTextView^, String^, Char, Int32) | 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(IVsTextView^, String^, Char, Int32, TextSpan) | Called to commit the specified item to the source file. |
![]() | ToString() | (Inherited from Object.) |

