IVsOutputGroup.get_Outputs(UInt32, IVsOutput2[], UInt32[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an array of pointers to IVsOutput2 interfaces providing access to a configuration's output items.
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
Parameters
- celt
- UInt32
[in] Number of output items requested.
- rgpcfg
- IVsOutput2[]
[in, out] On input, a pointer to an array of IVsOutput2 interfaces for the requested output items. On output, an array containing the number of entries specified by celt
.
- pcActual
- UInt32[]
[out, optional] Pointer to the number of actual outputs.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.