言語

CustomPropertyCollection.Item[] プロパティ

定義

コレクションからカスタムプロパティを取得します。

オーバーロード

名前 説明
Item[Int32]

指定されたインデックスでカスタムプロパティを取得します。

Item[String]

コレクションから名前付きのカスタムプロパティを返します。

Item[Int32]

指定されたインデックスでカスタムプロパティを取得します。

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

パラメーター

index
Int32

カスタムプロパティのインデックスを取得します。

プロパティ値

CustomProperty オブジェクト。

適用対象

Item[String]

コレクションから名前付きのカスタムプロパティを返します。

public:
 property Microsoft::ReportingServices::ReportRendering::CustomProperty ^ default[System::String ^] { Microsoft::ReportingServices::ReportRendering::CustomProperty ^ get(System::String ^ name); };
public Microsoft.ReportingServices.ReportRendering.CustomProperty this[string name] { get; }
member this.Item(string) : Microsoft.ReportingServices.ReportRendering.CustomProperty
Default Public ReadOnly Property Item(name As String) As CustomProperty

パラメーター

name
String

カスタム プロパティの名前を指定します。

プロパティ値

CustomProperty オブジェクト。

適用対象