IEnumTargetFrameworks::Clone Method (IEnumTargetFrameworks^)

 

Clones this IEnumTargetFrameworks interface by creating another instance.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

int Clone(
	[OutAttribute] IEnumTargetFrameworks^% ppIEnumComponents
)

Parameters

ppIEnumComponents
Type: Microsoft.VisualStudio.Shell.Interop::IEnumTargetFrameworks^

Reference to the cloned interface IEnumTargetFrameworks.

Return Value

Type: System::Int32

From compsvcspkg90.idl:

HRESULT Clone   ([out] IEnumTargetFrameworks **ppIEnumComponents); 
Return to top
Show: