LinearPointerCollection.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 l’article qui porte le nom spécifié.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::LinearPointer ^ default[System::String ^] { Microsoft::ReportingServices::OnDemandReportRendering::LinearPointer ^ get(System::String ^ name); };
public Microsoft.ReportingServices.OnDemandReportRendering.LinearPointer this[string name] { get; }
member this.Item(string) : Microsoft.ReportingServices.OnDemandReportRendering.LinearPointer
Default Public ReadOnly Property Item(name As String) As LinearPointer
Paramètres
- name
- String
Le nom de l’objet dans la collection.
Valeur de propriété
Objet LinearPointer qui a le nom spécifié.