public int OpenOutput(string szOutputCanonicalName, out IVsOutput ppIVsOutput) { IVsProjectCfg projCfg = _webCfg as IVsProjectCfg; if (projCfg != null) { return projCfg.OpenOutput(szOutputCanonicalName, out ppIVsOutput); } ppIVsOutput = null; return VSConstants.E_NOTIMPL; }
public int OpenOutput(string szOutputCanonicalName, out IVsOutput ppIVsOutput) { if (this._webCfg is IVsProjectCfg projCfg) { return(projCfg.OpenOutput(szOutputCanonicalName, out ppIVsOutput)); } ppIVsOutput = null; return(VSConstants.E_NOTIMPL); }
public int OpenOutput(string szOutputCanonicalName, out IVsOutput ppIVsOutput) { IVsProjectCfg projCfg = _innerCfg as IVsProjectCfg; if (projCfg != null) { return(projCfg.OpenOutput(szOutputCanonicalName, out ppIVsOutput)); } ppIVsOutput = null; return(VSConstants.E_NOTIMPL); }
int IVsProjectCfg.OpenOutput(string szOutputCanonicalName, out IVsOutput ppIVsOutput) { // The documentation says this is obsolete, so don't do anything. ppIVsOutput = null; return(NativeMethods.E_NOTIMPL); }
public int OpenOutput(string szOutputCanonicalName, out IVsOutput ppIVsOutput) { return(baseDebugConfiguration.OpenOutput(szOutputCanonicalName, out ppIVsOutput)); }
/// <include file='doc\ProjectConfig.uex' path='docs/doc[@for="ProjectConfig.OpenOutput"]/*' /> public virtual int OpenOutput(string name, out IVsOutput output) { CCITracing.TraceCall(); output = null; return NativeMethods.E_NOTIMPL; }
int IVsProjectCfg.OpenOutput(string szOutputCanonicalName, out IVsOutput ppIVsOutput) { // The documentation says this is obsolete, so don't do anything. ppIVsOutput = null; return NativeMethods.E_NOTIMPL; }
public virtual int OpenOutput(string name, out IVsOutput output) { output = null; return(VSConstants.E_NOTIMPL); }
/// <include file='doc\ProjectConfig.uex' path='docs/doc[@for="ProjectConfig.OpenOutput"]/*' /> public virtual int OpenOutput(string name, out IVsOutput output) { output = null; return((int)HResult.E_NOTIMPL); }
public int OpenOutput(string szOutputCanonicalName, out IVsOutput ppIVsOutput) { return(m_innerIVsDebuggableProjectCfg.OpenOutput(szOutputCanonicalName, out ppIVsOutput)); }
int IVsProjectCfg.OpenOutput(string szOutputCanonicalName, out IVsOutput ppIVsOutput) { throw new NotImplementedException(); }
public int OpenOutput(string szOutputCanonicalName, out IVsOutput ppIVsOutput) { return m_innerIVsDebuggableProjectCfg.OpenOutput( szOutputCanonicalName, out ppIVsOutput ); }
/// <include file='doc\ProjectConfig.uex' path='docs/doc[@for="ProjectConfig.OpenOutput"]/*' /> public virtual int OpenOutput(string name, out IVsOutput output) { CCITracing.TraceCall(); output = null; return(NativeMethods.E_NOTIMPL); }
public virtual void OpenOutput(string name, out IVsOutput output) { CCITracing.TraceCall(); throw new NotImplementedException(); }
public virtual int OpenOutput(string name, out IVsOutput output) { output = null; return VSConstants.E_NOTIMPL; }
public virtual int OpenOutput(string name, out IVsOutput output) { CCITracing.TraceCall(); output = null; return VSConstants.E_NOTIMPL; }
public int OpenOutput(string szOutputCanonicalName, out IVsOutput ppIVsOutput) { throw new NotImplementedException(); }
public virtual int OpenOutput(string name, out IVsOutput output) { CCITracing.TraceCall(); output = null; return(VSConstants.E_NOTIMPL); }
int IVsDebuggableProjectCfg.OpenOutput(string szOutputCanonicalName, out IVsOutput ppIVsOutput) { throw new NotImplementedException(); }