CompiledParagraphInstanceCollection.ICollection<ICompiledParagraphInstance>.Remove 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
virtual bool System.Collections.Generic.ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance>.Remove(Microsoft::ReportingServices::OnDemandReportRendering::ICompiledParagraphInstance ^ item) = System::Collections::Generic::ICollection<Microsoft::ReportingServices::OnDemandReportRendering::ICompiledParagraphInstance ^>::Remove;
bool ICollection<ICompiledParagraphInstance>.Remove (Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance item);
abstract member System.Collections.Generic.ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance>.Remove : Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance -> bool
override this.System.Collections.Generic.ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance>.Remove : Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance -> bool
Function Remove (item As ICompiledParagraphInstance) As Boolean Implements ICollection(Of ICompiledParagraphInstance).Remove
參數
- item
- Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance