IVsSccManagerTooltip Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This interface provides access to source control data to construct the ToolTip text in Solution Explorer.
public interface class IVsSccManagerTooltip
public interface class IVsSccManagerTooltip
__interface IVsSccManagerTooltip
[System.Runtime.InteropServices.Guid("53544C4D-DF28-406D-81DA-96DEEB800B64")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsSccManagerTooltip
[<System.Runtime.InteropServices.Guid("53544C4D-DF28-406D-81DA-96DEEB800B64")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsSccManagerTooltip = interface
Public Interface IVsSccManagerTooltip
- Attributes
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.
Methods
GetGlyphTipText(IVsHierarchy, UInt32, String) |
Provides ToolTip text based on the source control data for a specific node in the project's hierarchy Solution Explorer. |