LanguagePreferences::ParameterInformation Property
Visual Studio 2015
Gets or sets whether or not the IntelliSense method tip operation is supported.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
public: [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)] property bool ParameterInformation { bool get(); void set(bool value); }
If this property returns false then IntelliSense method tips are not shown.
This property affects the preferences value fAutoListParams.
Show: