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.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Syntax
'Declaration
Public Property AutoListMembers As Boolean
'Usage
Dim instance As LanguagePreferences
Dim value As Boolean
value = instance.AutoListMembers
instance.AutoListMembers = value
public bool AutoListMembers { get; set; }
public:
property bool AutoListMembers {
bool get ();
void set (bool value);
}
public function get AutoListMembers () : boolean
public function set AutoListMembers (value : boolean)
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).
Remarks
This property affects the user preferences value fAutoListMembers.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.