Share via


IEnumSystemAssemblies.Clone(IEnumSystemAssemblies) Method

Definition

Clones this IEnumSystemAssemblies interface by creating another instance.

public:
 int Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IEnumSystemAssemblies ^ % ppIEnumComponents);
public:
 int Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IEnumSystemAssemblies ^ &  ppIEnumComponents);
int Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IEnumSystemAssemblies const & & ppIEnumComponents);
public int Clone (out Microsoft.VisualStudio.Shell.Interop.IEnumSystemAssemblies ppIEnumComponents);
abstract member Clone : IEnumSystemAssemblies -> int
Public Function Clone (ByRef ppIEnumComponents As IEnumSystemAssemblies) As Integer

Parameters

ppIEnumComponents
IEnumSystemAssemblies

Reference to the cloned interface IEnumSystemAssemblies.

Returns

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);   

Applies to