IEnumProjectStartupServices::Clone Method (IEnumProjectStartupServices^)
Visual Studio 2015
Clones this IEnumProjectStartupServices interface by creating another instance.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- ppenum
-
Type:
Microsoft.VisualStudio.Shell.Interop::IEnumProjectStartupServices^
[out] Reference to the cloned IEnumProjectStartupServices interface.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IEnumProjectStartupServices::Clone( [out] IEnumProjectStartupServices **ppenum );
Show: