コード例 #1
0
 /// <summary>
 /// Manually execute a command on the OldChain (so this filter won't participate in the command filtering).
 /// </summary>
 private void ExecuteCommand(VSConstants.VSStd2KCmdID idCommand, object args = null)
 {
     OldChain.Execute(idCommand, args);
 }
コード例 #2
0
        /// <summary>
        /// Manually execute a command on the OldChain (so this filter won't participate in the command filtering).
        /// </summary>
        private void ExecuteCommand(VSConstants.VSStd2KCmdID idCommand, object args = null)
        {
            ThreadHelper.ThrowIfNotOnUIThread();

            OldChain.Execute(idCommand, args);
        }