Exemple #1
0
 /// <summary>
 /// Creates a new smart tag with the specified icon.
 /// </summary>
 protected SmartTagAction(RefactoringIconKind iconKind)
 {
     _iconKind = iconKind;
 }
Exemple #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;
        }
Exemple #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;
        }