IVsDebuggableProjectCfg2.OpenOutput(String, IVsOutput) Method

Definition

Obsolete method. Do not use. Inherited from IVsDebuggableProjectCfg.

public:
 int OpenOutput(System::String ^ szOutputCanonicalName, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsOutput ^ % ppIVsOutput);
public:
 int OpenOutput(Platform::String ^ szOutputCanonicalName, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsOutput ^ &  ppIVsOutput);
int OpenOutput(std::wstring const & szOutputCanonicalName, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsOutput const & & ppIVsOutput);
public int OpenOutput (string szOutputCanonicalName, out Microsoft.VisualStudio.Shell.Interop.IVsOutput ppIVsOutput);
abstract member OpenOutput : string * IVsOutput -> int
Public Function OpenOutput (szOutputCanonicalName As String, ByRef ppIVsOutput As IVsOutput) As Integer

Parameters

szOutputCanonicalName
String

Do not use.

ppIVsOutput
IVsOutput

Do not use.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Applies to