IVsOutputGroup2.get_Outputs(UInt32, IVsOutput2[], UInt32[]) 方法

定义

返回一个指针数组,这些指针指向 IVsOutput2 提供对配置的输出项的访问的接口。

public int get_Outputs (uint celt, Microsoft.VisualStudio.Shell.Interop.IVsOutput2[] rgpcfg, uint[] pcActual);
abstract member get_Outputs : uint32 * Microsoft.VisualStudio.Shell.Interop.IVsOutput2[] * uint32[] -> int
Public Function get_Outputs (celt As UInteger, rgpcfg As IVsOutput2(), Optional pcActual As UInteger()) As Integer

参数

celt
UInt32

中请求的输出项的数目。

rgpcfg
IVsOutput2[]

[in,out]对于输入,为所请求的输出项的接口数组的指针 IVsOutput2 。 输出时,为包含指定的项数的数组 celt

pcActual
UInt32[]

[out,optional]指向实际输出数的指针。

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

实现

适用于