CompiledParagraphInstanceCollection.ICollection<ICompiledParagraphInstance>.Remove 方法

定义

 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

返回

Boolean

实现

适用于