Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Clones this IEnumWCFReferenceContracts interface by creating another instance.
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Dichiarazione
Sub Clone ( _
<OutAttribute> ByRef ppenum As IEnumWCFReferenceContracts _
)
void Clone(
out IEnumWCFReferenceContracts ppenum
)
void Clone(
[OutAttribute] IEnumWCFReferenceContracts^% ppenum
)
abstract Clone :
ppenum:IEnumWCFReferenceContracts byref -> unit
function Clone(
ppenum : IEnumWCFReferenceContracts
)
Parameters
- ppenum
Type: Microsoft.VisualStudio.WCFReference.Interop.IEnumWCFReferenceContracts%
Reference to the cloned IEnumWCFReferenceContracts 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.