IVsEnumWindowSearchOptions.Clone-Methode: (IVsEnumWindowSearchOptions)

 

Veröffentlicht: Oktober 2016

Erstellt einen weiteren Enumerator, der denselben Enumerationszustand wie der aktuelle enthält.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

void Clone(
    out IVsEnumWindowSearchOptions ppEnum
)
void Clone(
    [OutAttribute] IVsEnumWindowSearchOptions^% ppEnum
)
abstract Clone : 
        ppEnum:IVsEnumWindowSearchOptions byref -> unit
Sub Clone (
    <OutAttribute> ByRef ppEnum As IVsEnumWindowSearchOptions
)

Parameter

Siehe auch

IVsEnumWindowSearchOptions-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang