Exemplo n.º 1
0
 public virtual void Exec(prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut)
 {
     throw new NotImplementedException(); ;
 }
Exemplo n.º 2
0
 public virtual void Exec(prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut)
 {
     throw new NotImplementedException();;
 }
Exemplo n.º 3
0
 public void Exec(prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut)
 {
     Debug.Fail("VSProject.Exec not implemented");
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public void Exec(prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut)
 {
     Debug.Fail("VSProject.Exec not implemented");
     throw new Exception("The method or operation is not implemented.");
 }
Exemplo n.º 5
0
 public void Exec(prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut)
 {
     Debug.Fail("VSProject.Exec not implemented");
     throw new Exception("The method or operation is not implemented.");
 }
Exemplo n.º 6
0
 void VSProject.Exec(prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut)
 {
     throw new Exception("The method or operation is not implemented.");
 }
Exemplo n.º 7
0
 public void Exec(prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut)
 {
     Debug.Fail("VSProject.Exec not implemented");
     throw new NotImplementedException();
 }
Exemplo n.º 8
0
 public void Exec(prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut) =>
 InnerProject.Exec(command, bSuppressUI, varIn, out pVarOut);
Exemplo n.º 9
0
 public void Exec(prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut)
 {
     _project.Exec(command, bSuppressUI, varIn, out pVarOut);
 }