IEnumVsProfilerTargetInfos.Clone(IEnumVsProfilerTargetInfos) 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.
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.