CompletionItem.Source Property

Definition

Reference to the instance that will provide tooltip and custom commit method. This should be the same instance as the one that created this CompletionItem

public:
 property Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::IAsyncCompletionSource ^ Source { Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::IAsyncCompletionSource ^ get(); };
public Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.IAsyncCompletionSource Source { get; }
member this.Source : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.IAsyncCompletionSource
Public ReadOnly Property Source As IAsyncCompletionSource

Property Value

Applies to