ProvideStaticToolboxItemAttribute::UseProjectTargetFrameworkVersionInTooltip Property

 

Determines whether to use the target framework version in the tooltip.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property bool UseProjectTargetFrameworkVersionInTooltip {
	[CompilerGeneratedAttribute]
	bool get();
	[CompilerGeneratedAttribute]
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the target framework version should be used in the tooltip, otherwise false.

Return to top
Show: