示例#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);
 }