TextToolTipService::GetToolTipText Method (FrameworkElement^)

 

Gets the ToolTipText of the specified element.

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

public:
static String^ GetToolTipText(
	FrameworkElement^ element
)

Parameters

element
Type: System.Windows::FrameworkElement^

The element to get the text for.

Return Value

Type: System::String^

Returns the ToolTipText of the specified element.

Return to top
Show: