コード例 #1
0
 public bool IsSignatureHelpActive()
 {
     WaitForSignatureHelp();
     return(_editorInProc.IsSignatureHelpActive());
 }