IEnumToolboxItems.Clone Method
Clones this IEnumToolboxItems 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 IEnumToolboxItems _
) As Integer
int Clone(
out IEnumToolboxItems ppenum
)
int Clone(
[OutAttribute] IEnumToolboxItems^% ppenum
)
abstract Clone :
ppenum:IEnumToolboxItems byref -> int
function Clone(
ppenum : IEnumToolboxItems
) : int
Parameters
ppenum
Type: Microsoft.VisualStudio.Shell.Interop.IEnumToolboxItems%[out] Reference to the cloned IEnumToolboxItems 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 IEnumToolboxItems::Clone(
[out] IEnumToolboxItems **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.