コード例 #1
0
ファイル: SmartTagAction.cs プロジェクト: borota/JTVS
 /// <summary>
 /// Creates a new smart tag with the specified icon.
 /// </summary>
 protected SmartTagAction(RefactoringIconKind iconKind)
 {
     _iconKind = iconKind;
 }
コード例 #2
0
ファイル: SmartTagAction.cs プロジェクト: wenh123/PTVS
        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;
        }
コード例 #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;
        }