LanguagePreferences.AutoListMembers Property

Definition

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.

Applies to