Beispiel #1
0
 public virtual void Exec(prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut)
 {
     throw new NotImplementedException(); ;
 }
Beispiel #2
0
 public virtual void Exec(prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut)
 {
     throw new NotImplementedException();;
 }
Beispiel #3
0
 public void Exec(prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut)
 {
     Debug.Fail("VSProject.Exec not implemented");
     throw new NotImplementedException();
 }
Beispiel #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.");
 }
Beispiel #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.");
 }
Beispiel #6
0
 void VSProject.Exec(prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut)
 {
     throw new Exception("The method or operation is not implemented.");
 }
Beispiel #7
0
 public void Exec(prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut)
 {
     Debug.Fail("VSProject.Exec not implemented");
     throw new NotImplementedException();
 }
Beispiel #8
0
 public void Exec(prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut) =>
 InnerProject.Exec(command, bSuppressUI, varIn, out pVarOut);
Beispiel #9
0
 public void Exec(prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut)
 {
     _project.Exec(command, bSuppressUI, varIn, out pVarOut);
 }