ItemAttachment<TItem>.Item Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the item that is associated with the attachment.
public:
property TItem Item { TItem get(); };
public TItem Item { get; }
Public ReadOnly Property Item As TItem
Property Value
TItem
The item that is associated with the attachment.