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 개체입니다.

적용 대상