Share via


IEnumWindowFrames.Clone Method

Clones this IEnumWindowFrames interface by creating another instance.

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

Syntax

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

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

HRESULT IEnumWindowFrames::Clone(
   [out] IEnumWindowFrames **ppenum
);

.NET Framework Security

See Also

Reference

IEnumWindowFrames Interface

Microsoft.VisualStudio.Shell.Interop Namespace