IEnumSystemAssemblies.Clone Method

Clones this IEnumSystemAssemblies 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

‘선언
Function Clone ( _
    <OutAttribute> ByRef ppIEnumComponents As IEnumSystemAssemblies _
) As Integer
‘사용 방법
Dim instance As IEnumSystemAssemblies
Dim ppIEnumComponents As IEnumSystemAssemblies
Dim returnValue As Integer

returnValue = instance.Clone(ppIEnumComponents)
int Clone(
    out IEnumSystemAssemblies ppIEnumComponents
)
int Clone(
    [OutAttribute] IEnumSystemAssemblies^% ppIEnumComponents
)
abstract Clone : 
        ppIEnumComponents:IEnumSystemAssemblies byref -> int 
function Clone(
    ppIEnumComponents : IEnumSystemAssemblies
) : int

Parameters

Return Value

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

Remarks

From compsvcspkg90.idl:

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

.NET Framework Security

See Also

Reference

IEnumSystemAssemblies Interface

IEnumSystemAssemblies Members

Microsoft.VisualStudio.Shell.Interop Namespace