ShapeElement::GetToolTipText Method (DiagramItem^)
Visual Studio 2015
Gets the tooltip text for the shape to which the mouse is pointing.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- item
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::DiagramItem^
The shape, field, and child field to which the mouse is pointing.
- diagramitem
this contains the shape,field, and subfield under the cursor
public override string GetToolTipText(DslDiagrams::DiagramItem item) { return global::Fabrikam.CanonicalSample.CanonicalSampleDomainModel.SingletonResourceManager.GetString("PortNodeShapeTooltip"); }
Show: