CompletionSet::Declarations Property

 

Gets or sets the Declarations object this completion set uses.

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

public:
property Declarations^ Declarations {
	Declarations^ get();
	void set(Declarations^ value);
}

This property returns the Declarations object that was passed to the Init method. Do not change the Declarations object while a completion list is showing.

Return to top
Show: