IEnumWebServices.Clone(IEnumWebServices) Method

Definition

Clones this IEnumWebServices interface by creating another instance.

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

Parameters

ppEnum
IEnumWebServices

[out] Reference to the cloned IEnumWebServices interface.

Returns

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

Applies to