Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Copies the properties from the specified collection to this collection.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Sub Copy ( _
properties As ExceptionPropertyCollection _
)
public void Copy(
ExceptionPropertyCollection properties
)
public:
void Copy(
ExceptionPropertyCollection^ properties
)
member Copy :
properties:ExceptionPropertyCollection -> unit
public function Copy(
properties : ExceptionPropertyCollection
)
Parameters
- properties
Type: Microsoft.TeamFoundation.Common.ExceptionPropertyCollection
A ExceptionPropertyCollection containing the properties to copy into this collection.
.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.