IEnumSystemAssemblies.Clone(IEnumSystemAssemblies) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);