IVsCompletionSet Methods

 

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

NameDescription
System_CAPS_pubmethodDismiss()

Releases the completion set when it is no longer needed.

System_CAPS_pubmethodGetBestMatch(String^, Int32, Int32, UInt32)

Determines the index of the closest matching completion set, given what has been typed so far.

System_CAPS_pubmethodGetCount()

Returns the number of items in the completion set.

System_CAPS_pubmethodGetDescriptionText(Int32, String^)

Returns text describing the indicated item in the completion set.

System_CAPS_pubmethodGetDisplayText(Int32, String^, array<Int32>^)

Returns the text of a completion set item as it appears in the completion set list.

System_CAPS_pubmethodGetFlags()

Returns flags indicating specific behaviors of this completion set.

System_CAPS_pubmethodGetImageList(IntPtr)

Returns the list of images (glyphs) supported by the completion set.

System_CAPS_pubmethodGetInitialExtent(Int32, Int32, Int32)

Determines where to display the completion set list in the editor.

System_CAPS_pubmethodOnCommit(String^, Int32, Int32, UInt16, String^)

Determines how text is completed.

Return to top
Show: