IVsProjectCfg2.OpenOutput(String, IVsOutput) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Veraltete Methode. Darf nicht verwendet werden.
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
Parameter
- szOutputCanonicalName
- String
Nicht verwenden.
- ppIVsOutput
- IVsOutput
Nicht verwenden.