IAttachmentOwner.Attachments Propriedade
Obtém a coleção de anexos.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
IAttachmentCollection Attachments { get; }
property IAttachmentCollection^ Attachments {
IAttachmentCollection^ get();
}
abstract Attachments : IAttachmentCollection with get
ReadOnly Property Attachments As IAttachmentCollection
Valor de propriedade
Type: Microsoft.TeamFoundation.TestManagement.Client.IAttachmentCollection
A coleção de anexos.
Consulte também
IAttachmentCollection
Interface IAttachmentOwner
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo