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 物件的指標。

傳回

Int32

整數值。

實作

適用於