Compartir a través de


IAttachmentOwner.Attachments (Propiedad)

Obtiene la colección de datos adjuntos.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
ReadOnly Property Attachments As IAttachmentCollection
    Get
IAttachmentCollection Attachments { get; }
property IAttachmentCollection^ Attachments {
    IAttachmentCollection^ get ();
}
abstract Attachments : IAttachmentCollection
function get Attachments () : IAttachmentCollection

Valor de propiedad

Tipo: Microsoft.TeamFoundation.TestManagement.Client.IAttachmentCollection
Colección de datos adjuntos.

Seguridad de .NET Framework

Vea también

Referencia

IAttachmentOwner Interfaz

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)

IAttachmentCollection