namespace DTS.Common.RibbonControl { /// /// Provides an easy way to get a ribbon tab info that can be used to find a specific ribbon tab. /// public interface IRibbonTabInfoProvider { /// /// Gets the unique identifier for the ribbon tab. /// string RibbonTabUid { get; } } }