CompletionSet Methods

 

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodFilter()

Restricts the set of completions to those that match the applicability text of the completion set, and then determines the best match.

System_CAPS_protmethodFilter(CompletionMatchType, Boolean)

Restricts the set of completions to those that match the applicability text of the completion set, and then determines the best match.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMatchCompletionList(IList<Completion^>^, CompletionMatchType, Boolean)

Matches the completion list.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRecalculate()

Recalculates the set of completions for this completion set.

System_CAPS_pubmethodSelectBestMatch()

Determines the best match in the completion set.

System_CAPS_protmethodSelectBestMatch(CompletionMatchType, Boolean)

Determines the best match in the completion set for the given match type.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: