ResourceOperationsCollection.Item[Int32] プロパティ

定義

指定したインデックス位置にある要素を取得または設定します。 C# では、このプロパティは ResourceOperationsCollection クラスのインデクサーです。

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

パラメーター

index
Int32

取得または設定する要素の 0 から始まるインデックス。

プロパティ値

指定したインデックス位置にある要素。

注釈

JScript では、型によって定義された既定のインデックス付きプロパティを使用できますが、独自のプロパティを明示的に定義することはできません。 しかし、クラスに expando 属性を指定すると、 Object 型と String型のデフォルトインデックスプロパティが自動的に付与されます。

このプロパティは、次の構文を使用してコレクション内の特定の要素にアクセスする機能を提供します: myCollection[index]

適用対象