IEnumTargetFrameworks.Clone(IEnumTargetFrameworks) 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 IEnumTargetFrameworks interface by creating another instance.
public:
int Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IEnumTargetFrameworks ^ % ppIEnumComponents);
public:
int Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IEnumTargetFrameworks ^ & ppIEnumComponents);
int Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IEnumTargetFrameworks const & & ppIEnumComponents);
public int Clone (out Microsoft.VisualStudio.Shell.Interop.IEnumTargetFrameworks ppIEnumComponents);
abstract member Clone : IEnumTargetFrameworks -> int
Public Function Clone (ByRef ppIEnumComponents As IEnumTargetFrameworks) As Integer
Parameters
- ppIEnumComponents
- IEnumTargetFrameworks
Reference to the cloned interface IEnumTargetFrameworks.
Returns
Remarks
From compsvcspkg90.idl:
HRESULT Clone ([out] IEnumTargetFrameworks **ppIEnumComponents);