TypeAndMemberDropdownBars Constructor (LanguageService^)

 

Initializes a new instance of the TypeAndMemberDropdownBars class.

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

protected:
TypeAndMemberDropdownBars(
	LanguageService^ languageService
)

Parameters

languageService
Type: Microsoft.VisualStudio.Package::LanguageService^

[in] A LanguageService object representing the language service that uses the combo boxes.

This constructor must be called from your class that is derived from the TypeAndMemberDropdownBars class. This means your class constructor must take a LanguageService parameter in addition to any other parameters your class requires.

The base constructor creates a new list for types and a new list for members. These lists are passed to OnSynchronizeDropdowns when the lists need to be updated or filled.

Return to top
Show: