CustomPropertyCollection.Item[] Propriété

Définition

Obtient une propriété personnalisée à partir de la collection.

Surcharges

Item[Int32]

Obtient une propriété personnalisée à un index spécifié.

Item[String]

Retourne une propriété personnalisée nommée de la collection.

Item[Int32]

Obtient une propriété personnalisée à un index spécifié.

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

Paramètres

index
Int32

Index de la propriété personnalisée à obtenir.

Valeur de propriété

Objet CustomProperty.

S’applique à

Item[String]

Retourne une propriété personnalisée nommée de la collection.

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

Paramètres

name
String

Nom de la propriété personnalisée.

Valeur de propriété

Objet CustomProperty.

S’applique à