LanguagePreferences.AutoListMembers 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 whether members are automatically listed as part of IntelliSense support.
public:
property bool AutoListMembers { bool get(); void set(bool value); };
public:
property bool AutoListMembers { bool get(); void set(bool value); };
public bool AutoListMembers { get; set; }
member this.AutoListMembers : bool with get, set
Public Property AutoListMembers As Boolean
Property Value
true
if a members list should be shown for auto-completion, otherwise false
= the list is not to be shown).
Remarks
This property affects the user preferences value fAutoListMembers.