CompletionSet.Declarations 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 or sets the Declarations object this completion set uses.
public:
property Microsoft::VisualStudio::Package::Declarations ^ Declarations { Microsoft::VisualStudio::Package::Declarations ^ get(); void set(Microsoft::VisualStudio::Package::Declarations ^ value); };
public Microsoft.VisualStudio.Package.Declarations Declarations { get; set; }
member this.Declarations : Microsoft.VisualStudio.Package.Declarations with get, set
Public Property Declarations As Declarations
Property Value
Remarks
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.