コード例 #1
0
ファイル: VSDocumentFormPane.cs プロジェクト: windygu/AnkhSVN
 public int QueryStatus(ref Guid pguidCmdGroup, uint cCmds, OLECMD[] prgCmds, IntPtr pCmdText)
 {
     return(_pane.QueryStatus(ref pguidCmdGroup, cCmds, prgCmds, pCmdText));
 }
コード例 #2
0
 public int QueryStatus(ref Guid pguidCmdGroup, uint cCmds, OLECMD[] prgCmds, IntPtr pCmdText)
 {
     ThreadHelper.ThrowIfNotOnUIThread();
     return(_pane.QueryStatus(ref pguidCmdGroup, cCmds, prgCmds, pCmdText));
 }