次の方法で共有


TransformerTypeCollection.Item[Int32] プロパティ

定義

コレクションにおける位置に基づいてコレクションのメンバーを取得します。

public:
 property Type ^ default[int] { Type ^ get(int index); };
public Type this[int index] { get; }
member this.Item(int) : Type
Default Public ReadOnly Property Item(index As Integer) As Type

パラメーター

index
Int32

特定の WebPartTransformer の、コレクション内でのインデックス。

プロパティ値

index にある WebPartTransformer

適用対象