CompletionSet.Declarations Property

Definition

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

Declarations.

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.

Applies to