IEnumProjectStartupServices.Clone Method
Clones this IEnumProjectStartupServices interface by creating another instance.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function Clone ( _
<OutAttribute> ByRef ppenum As IEnumProjectStartupServices _
) As Integer
int Clone(
out IEnumProjectStartupServices ppenum
)
int Clone(
[OutAttribute] IEnumProjectStartupServices^% ppenum
)
abstract Clone :
ppenum:IEnumProjectStartupServices byref -> int
function Clone(
ppenum : IEnumProjectStartupServices
) : int
Parameters
ppenum
Type: Microsoft.VisualStudio.Shell.Interop.IEnumProjectStartupServices%[out] Reference to the cloned IEnumProjectStartupServices interface.
Return Value
Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IEnumProjectStartupServices::Clone(
[out] IEnumProjectStartupServices **ppenum
);
.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.