ICompletionSource Interface

 

Provides completions for a given content type.

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

public interface ICompletionSource : IDisposable

NameDescription
System_CAPS_pubmethodAugmentCompletionSession(ICompletionSession, IList<CompletionSet>)

Determines which CompletionSets should be part of the specified ICompletionSession.

System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

For an example of this interface, see Walkthrough: Displaying Statement Completion.

Return to top
Show: