Share via


IEnumTargetFrameworks.Clone(IEnumTargetFrameworks) Method

Definition

Clones this IEnumTargetFrameworks interface by creating another instance.

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

Parameters

ppIEnumComponents
IEnumTargetFrameworks

Reference to the cloned interface IEnumTargetFrameworks.

Returns

Remarks

From compsvcspkg90.idl:

HRESULT Clone   ([out] IEnumTargetFrameworks **ppIEnumComponents);   

Applies to