Gets the tooltip text that appears when the mouse is over the shape.
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
声明
Public Overridable Function GetDragOverToolTipText ( _
    item As DiagramItem _
) As String
public virtual string GetDragOverToolTipText(
    DiagramItem item
)
public:
virtual String^ GetDragOverToolTipText(
    DiagramItem^ item
)
abstract GetDragOverToolTipText : 
        item:DiagramItem -> string 
override GetDragOverToolTipText : 
        item:DiagramItem -> string 
public function GetDragOverToolTipText(
    item : DiagramItem
) : String
Parameters
- item
 Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
 The shape.
Return Value
Type: System.String
The tooltip text that appears when the mouse is over the shape.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.