Partager via


IVsEnumExternalErrors.Clone, méthode

Retourne une copie de l'énumération actuelle comme un objet distinct.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
Function Clone ( _
    <OutAttribute> ByRef ppErrors As IVsEnumExternalErrors _
) As Integer
int Clone(
    out IVsEnumExternalErrors ppErrors
)
int Clone(
    [OutAttribute] IVsEnumExternalErrors^% ppErrors
)
abstract Clone : 
        ppErrors:IVsEnumExternalErrors byref -> int
function Clone(
    ppErrors : IVsEnumExternalErrors
) : int

Paramètres

Valeur de retour

Type : Int32
Si réussi, retours S_OK ; sinon, retours code d'erreur.

Notes

Signature de COM

De singlefileeditor.idl :

HRESULT Clone(
   [out] IVsEnumExternalErrors **ppErrors
);

La copie de l'énumération a le même état à l'image d'origine lorsque cette méthode est appelée. Toutefois, la copie et les états de l'origine sont distincts et peuvent être changés individuellement.

Sécurité .NET Framework

Voir aussi

Référence

IVsEnumExternalErrors Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms