MouseAction::GetTooltipText Method (DiagramItem^)

 

Gets the tooltip text for an item on the diagram.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
virtual String^ GetTooltipText(
	DiagramItem^ diagramItem
)

Parameters

diagramItem
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramItem^

The item on the diagram for which to get the tooltip.

Return Value

Type: System::String^

The tooltip text for an item on the diagram.

Return to top
Show: