LanguagePreferences::AutoListMembers Property

 

Gets or sets whether members are automatically listed as part of IntelliSense support.

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

public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property bool AutoListMembers {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if a members list should be shown for auto-completion, otherwise false = the list is not to be shown).

This property affects the user preferences value fAutoListMembers.

Return to top
Show: