CompletionSet::Declarations Property
Visual Studio 2015
Gets or sets the Declarations object this completion set uses.
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.
Show: