Ejemplo n.º 1
0
 public Signature GetCurrentSignature()
 {
     WaitForSignatureHelp();
     return(_editorInProc.GetCurrentSignature());
 }