CompletionSet Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Filter() | Restricts the set of completions to those that match the applicability text of the completion set, and then determines the best match. |
![]() | Filter(CompletionMatchType, Boolean) | Restricts the set of completions to those that match the applicability text of the completion set, and then determines the best match. |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MatchCompletionList(IList<Completion^>^, CompletionMatchType, Boolean) | Matches the completion list. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Recalculate() | Recalculates the set of completions for this completion set. |
![]() | SelectBestMatch() | Determines the best match in the completion set. |
![]() | SelectBestMatch(CompletionMatchType, Boolean) | Determines the best match in the completion set for the given match type. |
![]() | ToString() | (Inherited from Object.) |
Show:

