예제 #1
0
파일: OAVSProject.cs 프로젝트: zooba/wix3
 public virtual void Exec(prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut)
 {
     throw new NotImplementedException(); ;
 }
예제 #2
0
 public virtual void Exec(prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut)
 {
     throw new NotImplementedException();;
 }
예제 #3
0
 public void Exec(prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut)
 {
     Debug.Fail("VSProject.Exec not implemented");
     throw new NotImplementedException();
 }
예제 #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.");
 }
예제 #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.");
 }
예제 #6
0
 void VSProject.Exec(prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut)
 {
     throw new Exception("The method or operation is not implemented.");
 }
예제 #7
0
 public void Exec(prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut)
 {
     Debug.Fail("VSProject.Exec not implemented");
     throw new NotImplementedException();
 }
예제 #8
0
 public void Exec(prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut) =>
 InnerProject.Exec(command, bSuppressUI, varIn, out pVarOut);
예제 #9
0
 public void Exec(prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut)
 {
     _project.Exec(command, bSuppressUI, varIn, out pVarOut);
 }