IVsDebuggableProjectCfg.OpenOutput(String, IVsOutput) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Obsolete method. Do not use.
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.