CompletionItem.Source Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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