LanguagePreferences.ParameterInformation Property
Gets or sets whether or not the IntelliSense method tip operation is supported.
Namespace: Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Syntax
'Declaration
Public Property ParameterInformation As Boolean
'Usage
Dim instance As LanguagePreferences
Dim value As Boolean
value = instance.ParameterInformation
instance.ParameterInformation = value
public bool ParameterInformation { get; set; }
public:
property bool ParameterInformation {
bool get ();
void set (bool value);
}
public function get ParameterInformation () : boolean
public function set ParameterInformation (value : boolean)
Property Value
Type: System.Boolean
true if the method tip operation is supported, otherwise false.
Remarks
If this property returns false then IntelliSense method tips are not shown.
This property affects the preferences value fAutoListParams.
.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.