Sdílet prostřednictvím


NameChanges.HasNameChanged Method

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Function HasNameChanged ( _
    type As NameChanges..::..EntryType, _
    oldName As String _
) As Boolean
'Usage
Dim instance As NameChanges
Dim type As NameChanges..::..EntryType
Dim oldName As String
Dim returnValue As Boolean

returnValue = instance.HasNameChanged(type, _
    oldName)
public bool HasNameChanged(
    NameChanges..::..EntryType type,
    string oldName
)
public:
bool HasNameChanged(
    NameChanges..::..EntryType type, 
    String^ oldName
)
member HasNameChanged : 
        type:NameChanges..::..EntryType * 
        oldName:string -> bool 
public function HasNameChanged(
    type : NameChanges..::..EntryType, 
    oldName : String
) : boolean

Return Value

Type: System.Boolean