StateIndicatorCollection.Item[String] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l'élément au niveau de 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
Expression de type String unique qui spécifie un nom pouvant être utilisé, à la place d'un index de position, pour accéder à un élément de la collection. name
doit correspondre à l’argument Key
spécifié lors de l’ajout de l’élément à la collection.
Valeur de propriété
Objet StateIndicator qui porte le nom spécifié.