IEnumVsENCRebuildableProjectCfgs.Clone 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 IEnumVsENCRebuildableProjectCfgs interface by creating another instance.
public:
int Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IEnumVsENCRebuildableProjectCfgs ^ % ppEnum);
public:
int Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IEnumVsENCRebuildableProjectCfgs ^ & ppEnum);
int Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IEnumVsENCRebuildableProjectCfgs const & & ppEnum);
public int Clone (out Microsoft.VisualStudio.Shell.Interop.IEnumVsENCRebuildableProjectCfgs ppEnum);
abstract member Clone : IEnumVsENCRebuildableProjectCfgs -> int
Public Function Clone (ByRef ppEnum As IEnumVsENCRebuildableProjectCfgs) As Integer
Parameters
[out] Reference to the cloned IVsEnumENCRebuildableProjectCfgs
interface.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.