Source.CompletionSet Property

Definition

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.

Applies to