Langue

StateIndicatorCollection.Item[String] Propriété

Définition

Obtient ou définit l’élément à la clé spécifiée.

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

Paramètres

name
String

Une expression unique String qui spécifie un nom pouvant être utilisé, au lieu d’un index positionnel, pour accéder à un élément de la collection. name doit correspondre à l’argument Key spécifié lors de l’ajout de l’objet à la collection.

Valeur de propriété

Objet StateIndicator qui a le nom spécifié.

S’applique à