LinearPointerCollection.Item[String] Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Recebe o item que tem o nome especificado.
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
Parâmetros
- name
- String
O nome do item na coleção.
Valor da propriedade
Um LinearPointer objeto que tem o nome especificado.