Compartilhar via


IEnumVsProfilerTargetInfos.Clone(IEnumVsProfilerTargetInfos) Method

Definition

Creates another instance of this IEnumVsProfilerTargetInfos interface.

public:
 int Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IEnumVsProfilerTargetInfos ^ % ppEnum);
public:
 int Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IEnumVsProfilerTargetInfos ^ &  ppEnum);
int Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IEnumVsProfilerTargetInfos const & & ppEnum);
public int Clone (out Microsoft.VisualStudio.Shell.Interop.IEnumVsProfilerTargetInfos ppEnum);
abstract member Clone : IEnumVsProfilerTargetInfos -> int
Public Function Clone (ByRef ppEnum As IEnumVsProfilerTargetInfos) As Integer

Parameters

ppEnum
IEnumVsProfilerTargetInfos

[out] Reference to the cloned IEnumVsProfilerTargetInfos interface.

Returns

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

Applies to