ShapeElement.GetDragOverToolTipText Method
Gets the tooltip text that appears when the mouse is over the shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
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.DiagramItemThe shape.
Return Value
Type: 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.