Source.CompletionSet 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.
Gets the CompletionSet collection used for this instance of the Source class.
public:
property Microsoft::VisualStudio::Package::CompletionSet ^ CompletionSet { Microsoft::VisualStudio::Package::CompletionSet ^ get(); };
public Microsoft.VisualStudio.Package.CompletionSet CompletionSet { get; }
member this.CompletionSet : Microsoft.VisualStudio.Package.CompletionSet
Public ReadOnly Property CompletionSet As CompletionSet
Property Value
The CompletionSet object created in the constructor.
Remarks
The CompletionSet object is created in the constructor by calling the CreateCompletionSet method. The completion set is used to maintain a list of members for IntelliSense completion support.