CompiledTextRunInstanceCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定索引的項目。
public:
virtual property Microsoft::ReportingServices::OnDemandReportRendering::CompiledTextRunInstance ^ default[int] { Microsoft::ReportingServices::OnDemandReportRendering::CompiledTextRunInstance ^ get(int i); };
public override Microsoft.ReportingServices.OnDemandReportRendering.CompiledTextRunInstance this[int i] { get; }
member this.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.CompiledTextRunInstance
Default Public Overrides ReadOnly Property Item(i As Integer) As CompiledTextRunInstance
參數
- i
- Int32
物品的索引。
屬性值
一個 CompiledTextRunInstance 擁有指定名稱的物件。