次の方法で共有


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>

適用対象