Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Clones this IEnumTargetFrameworks interface by creating another instance.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
Function Clone ( _
<OutAttribute> ByRef ppIEnumComponents As IEnumTargetFrameworks _
) As Integer
int Clone(
out IEnumTargetFrameworks ppIEnumComponents
)
int Clone(
[OutAttribute] IEnumTargetFrameworks^% ppIEnumComponents
)
abstract Clone :
ppIEnumComponents:IEnumTargetFrameworks byref -> int
function Clone(
ppIEnumComponents : IEnumTargetFrameworks
) : int
Parameters
- ppIEnumComponents
Type: Microsoft.VisualStudio.Shell.Interop.IEnumTargetFrameworks%
Reference to the cloned interface IEnumTargetFrameworks.
Return Value
Type: System.Int32
Remarks
From compsvcspkg90.idl:
HRESULT Clone ([out] IEnumTargetFrameworks **ppIEnumComponents);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.