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.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property bool ParameterInformation {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the method tip operation is supported, otherwise false.

If this property returns false then IntelliSense method tips are not shown.

This property affects the preferences value fAutoListParams.

Return to top
Show: