IVsOutputGroup.get_DeployDependencies Method

Definition

Provides access to one or more deployment dependencies.

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

Parameters

celt
UInt32

[in] Number of requested deployment dependencies.

rgpdpd
IVsDeployDependency[]

[in, out] On input, pointer to an interface array of size celt. On output, pointer to an IVsDeployDependency interface array that contains either the number of interfaces specified by celt or the number available.

pcActual
UInt32[]

[out, optional] Pointer to the actual number of dependencies returned in pgpdpd.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to