EnumerableComCollection<TComEnumerator, TEnumerated>.Clone Method
Clones the item with the specified enumerator .
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
'Deklarace
Public MustOverride Function Clone ( _
enumerator As TComEnumerator, _
<OutAttribute> ByRef clone As TComEnumerator _
) As Integer
public abstract int Clone(
TComEnumerator enumerator,
out TComEnumerator clone
)
- enumerator
Type: TComEnumerator
The enumerator.
- clone
Type: TComEnumerator%
[out] The cloned item.
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
IComEnumeratorRelay<TComEnumerator, TEnumerated>.Clone(TComEnumerator, TComEnumerator%)
- 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.