Source::CompletionSet Property

 

Gets the CompletionSet collection used for this instance of the Source class.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property CompletionSet^ CompletionSet {
	CompletionSet^ get();
}

Property Value

Type: Microsoft.VisualStudio.Package::CompletionSet^

The CompletionSet object created in the constructor.

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.

Return to top
Show: