Configuration.OpenOutput(String, IVsOutput) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
已过时。 请勿使用。
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
一个指定名称的字符串值。
返回
一个整数值。