LanguagePreferences::AutoListMembers Property
Visual Studio 2015
Gets or sets whether members are automatically listed as part of IntelliSense support.
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::Booleantrue 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.
Show: