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
ppenum
Type: Microsoft.VisualStudio.Shell.Interop.IEnumWindowFrames%[out] Reference to the cloned IEnumWindowFrames interface.
Return Value
Type: 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.