Share via


ListValue<T>.Items Property

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; }

Property Value

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

See Also

Reference

ListValue<T> Class

ListValue<T> Members

DocumentFormat.OpenXml Namespace