Partager via


Méthode HasNameChanged

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Function HasNameChanged ( _
    type As NameChanges..::..EntryType, _
    oldName As String _
) As Boolean
'Utilisation
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

Valeur de retour

Type : System. . :: . .Boolean