Configuration.OpenOutput(String, IVsOutput) 方法

定义

已过时。 请勿使用。

public:
 virtual int OpenOutput(System::String ^ name, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsOutput ^ % vsOutput);
public int OpenOutput (string name, out Microsoft.VisualStudio.Shell.Interop.IVsOutput vsOutput);
abstract member OpenOutput : string * IVsOutput -> int
override this.OpenOutput : string * IVsOutput -> int
Public Function OpenOutput (name As String, ByRef vsOutput As IVsOutput) As Integer

参数

name
String

一个指定名称的字符串值。

vsOutput
IVsOutput

一个指向 IVsOutput 对象的指针。

返回

一个整数值。

实现

适用于