次の方法で共有


ModelItemOperationsCollection.Item[Int32] プロパティ

定義

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

パラメーター

index
Int32

取得する ModelItemOperation の 0 から始まるインデックス。

プロパティ値

ModelItemOperation オブジェクト。

適用対象