IEnumTargetFrameworks.Clone Method

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)

Syntax

'Declaration
Function Clone ( _
    <OutAttribute> ByRef ppIEnumComponents As IEnumTargetFrameworks _
) As Integer
int Clone(
    out IEnumTargetFrameworks ppIEnumComponents
)
int Clone(
    [OutAttribute] IEnumTargetFrameworks^% ppIEnumComponents
)
abstract Clone : 
        ppIEnumComponents:IEnumTargetFrameworks byref -> int 
function Clone(
    ppIEnumComponents : IEnumTargetFrameworks
) : int

Parameters

Return Value

Type: System.Int32

Remarks

From compsvcspkg90.idl:

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

.NET Framework Security

See Also

Reference

IEnumTargetFrameworks Interface

Microsoft.VisualStudio.Shell.Interop Namespace