IVsEnumWCFMetadataStorages.Clone Method
Clones this IVsEnumWCFMetadataStorages interface by creating another instance.
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Declaration
Sub Clone ( _
<OutAttribute> ByRef ppenum As IVsEnumWCFMetadataStorages _
)
void Clone(
out IVsEnumWCFMetadataStorages ppenum
)
void Clone(
[OutAttribute] IVsEnumWCFMetadataStorages^% ppenum
)
abstract Clone :
ppenum:IVsEnumWCFMetadataStorages byref -> unit
function Clone(
ppenum : IVsEnumWCFMetadataStorages
)
Parameters
ppenum
Type: Microsoft.VisualStudio.WCFReference.Interop.IVsEnumWCFMetadataStorages%Reference to the cloned IVsEnumWCFMetadataStorages interface.
.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.