Freigeben über


ListValue<T>.Items-Eigenschaft

Gets the values.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public ReadOnly Property Items As ICollection(Of T)
    Get
'Usage
Dim instance As ListValue
Dim value As ICollection(Of T)

value = instance.Items
public ICollection<T> Items { get; }

Eigenschaftswert

Typ: System.Collections.Generic.ICollection<T>
Returns ICollection<T>.

Siehe auch

Referenz

ListValue<T> Klasse

ListValue<T>-Member

DocumentFormat.OpenXml-Namespace