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

‘선언
Function Clone ( _
    <OutAttribute> ByRef ppenum As IEnumProjectStartupServices _
) As Integer
‘사용 방법
Dim instance As IEnumProjectStartupServices
Dim ppenum As IEnumProjectStartupServices
Dim returnValue As Integer

returnValue = instance.Clone(ppenum)
int Clone(
    out IEnumProjectStartupServices ppenum
)
int Clone(
    [OutAttribute] IEnumProjectStartupServices^% ppenum
)
abstract Clone : 
        ppenum:IEnumProjectStartupServices byref -> int 
function Clone(
    ppenum : IEnumProjectStartupServices
) : int

Parameters

Return Value

Type: System.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

See Also

Reference

IEnumProjectStartupServices Interface

IEnumProjectStartupServices Members

Microsoft.VisualStudio.Shell.Interop Namespace