ListValue<T>.Items 属性

定义

获取值。

public System.Collections.Generic.ICollection<T> Items { get; }
member this.Items : System.Collections.Generic.ICollection<'T (requires 'T :> DocumentFormat.OpenXml.OpenXmlSimpleType and 'T : (new : unit -> 'T))>
Public ReadOnly Property Items As ICollection(Of T)

属性值

返回 ICollection<T>

适用于