Sdílet prostřednictvím


IAttachmentOwner.Attachments – vlastnost

Získá kolekce příloh.

Obor názvů:  Microsoft.TeamFoundation.TestManagement.Client
Sestavení:  Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Deklarace
ReadOnly Property Attachments As IAttachmentCollection
IAttachmentCollection Attachments { get; }
property IAttachmentCollection^ Attachments {
    IAttachmentCollection^ get ();
}
abstract Attachments : IAttachmentCollection with get
function get Attachments () : IAttachmentCollection

Hodnota vlastnosti

Typ: Microsoft.TeamFoundation.TestManagement.Client.IAttachmentCollection
Kolekce příloh.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IAttachmentOwner Rozhraní

Microsoft.TeamFoundation.TestManagement.Client – obor názvů

IAttachmentCollection