Exemplo n.º 1
0
 /// <summary>
 /// Creates a new smart tag with the specified icon.
 /// </summary>
 protected SmartTagAction(RefactoringIconKind iconKind)
 {
     _iconKind = iconKind;
 }
Exemplo n.º 2
0
        private const string IDBMP_REFACTOR_IMAGES = "#2029";   // SharedCmdDef.vsct

        /// <summary>
        /// Creates a new smart tag with the specified icon.
        /// </summary>
        protected SmartTagAction(IServiceProvider serviceProvider, RefactoringIconKind iconKind) {
            _serviceProvider = serviceProvider;
            _iconKind = iconKind;
        }
Exemplo n.º 3
0
        private const string IDBMP_REFACTOR_IMAGES = "#2029";                                         // SharedCmdDef.vsct

        /// <summary>
        /// Creates a new smart tag with the specified icon.
        /// </summary>
        protected SmartTagAction(IServiceProvider serviceProvider, RefactoringIconKind iconKind)
        {
            _serviceProvider = serviceProvider;
            _iconKind        = iconKind;
        }