RdlSemanticEqualsCore メソッド
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
このメンバーは ReportObject. . :: . .RdlSemanticEqualsCore(ReportObject, ICollection< (Of < <' (ReportObject> ) > > )) をオーバーライドします。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Protected Overrides Function RdlSemanticEqualsCore ( _
rdlObj As ReportObject, _
visitedList As ICollection(Of ReportObject) _
) As Boolean
'使用
Dim rdlObj As ReportObject
Dim visitedList As ICollection(Of ReportObject)
Dim returnValue As Boolean
returnValue = Me.RdlSemanticEqualsCore(rdlObj, _
visitedList)
protected override bool RdlSemanticEqualsCore(
ReportObject rdlObj,
ICollection<ReportObject> visitedList
)
protected:
virtual bool RdlSemanticEqualsCore(
ReportObject^ rdlObj,
ICollection<ReportObject^>^ visitedList
) override
abstract RdlSemanticEqualsCore :
rdlObj:ReportObject *
visitedList:ICollection<ReportObject> -> bool
override RdlSemanticEqualsCore :
rdlObj:ReportObject *
visitedList:ICollection<ReportObject> -> bool
protected override function RdlSemanticEqualsCore(
rdlObj : ReportObject,
visitedList : ICollection<ReportObject>
) : boolean
パラメーター
- visitedList
型: System.Collections.Generic. . :: . .ICollection< (Of < ( <'ReportObject> ) > ) >