次の方法で共有


RdlSemanticEqualsCore メソッド

この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Protected Overridable 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 virtual bool RdlSemanticEqualsCore(
    ReportObject rdlObj,
    ICollection<ReportObject> visitedList
)
protected:
virtual bool RdlSemanticEqualsCore(
    ReportObject^ rdlObj, 
    ICollection<ReportObject^>^ visitedList
)
abstract RdlSemanticEqualsCore : 
        rdlObj:ReportObject * 
        visitedList:ICollection<ReportObject> -> bool 
override RdlSemanticEqualsCore : 
        rdlObj:ReportObject * 
        visitedList:ICollection<ReportObject> -> bool 
protected function RdlSemanticEqualsCore(
    rdlObj : ReportObject, 
    visitedList : ICollection<ReportObject>
) : boolean

戻り値

型: System. . :: . .Boolean