SecurityElement.Copy Metodo

Definizione

Crea e restituisce una copia identica dell'oggetto corrente SecurityElement .

public:
 System::Security::SecurityElement ^ Copy();
[System.Runtime.InteropServices.ComVisible(false)]
public System.Security.SecurityElement Copy();
public System.Security.SecurityElement Copy();
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.Copy : unit -> System.Security.SecurityElement
member this.Copy : unit -> System.Security.SecurityElement
Public Function Copy () As SecurityElement

Valori restituiti

Copia dell'oggetto corrente SecurityElement .

Attributi

Commenti

La copia include le Children proprietà e Attributes .

Si applica a