IVsSccManagerTooltip Interface

This interface provides access to source control data to construct the ToolTip text in Solution Explorer.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
<GuidAttribute("53544C4D-DF28-406D-81DA-96DEEB800B64")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSccManagerTooltip
[GuidAttribute("53544C4D-DF28-406D-81DA-96DEEB800B64")]
[InterfaceTypeAttribute()]
public interface IVsSccManagerTooltip
[GuidAttribute(L"53544C4D-DF28-406D-81DA-96DEEB800B64")]
[InterfaceTypeAttribute()]
public interface class IVsSccManagerTooltip
[<GuidAttribute("53544C4D-DF28-406D-81DA-96DEEB800B64")>]
[<InterfaceTypeAttribute()>]
type IVsSccManagerTooltip =  interface end
public interface IVsSccManagerTooltip

The IVsSccManagerTooltip type exposes the following members.

Methods

  Name Description
Public method GetGlyphTipText Provides ToolTip text based on the source control data for a specific node in the project's hierarchy Solution Explorer.

Top

Remarks

Notes to Implementers

This interface is implemented by a source control package to supply pop-up text for glyphs. A source control package can implement this if it chooses.

Notes to Callers

Visual Studio calls this interface when it can show a ToolTip over a source control glyph.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace