IEnumSystemAssemblies::Clone Method (IEnumSystemAssemblies^)

 

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)

int Clone(
	[OutAttribute] IEnumSystemAssemblies^% ppIEnumComponents
)

Parameters

ppIEnumComponents
Type: Microsoft.VisualStudio.Shell.Interop::IEnumSystemAssemblies^

Reference to the cloned interface IEnumSystemAssemblies.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From compsvcspkg90.idl:

HRESULT Clone   ([out] IEnumSystemAssemblies **ppIEnumComponents); 
Return to top
Show: