Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.