Partager via


Méthode Add (NameChanges.EntryType, String, String)

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 Sub Add ( _
    type As NameChanges..::..EntryType, _
    oldName As String, _
    newName As String _
)
'Utilisation
Dim instance As NameChanges
Dim type As NameChanges..::..EntryType
Dim oldName As String
Dim newName As String

instance.Add(type, oldName, newName)
public void Add(
    NameChanges..::..EntryType type,
    string oldName,
    string newName
)
public:
void Add(
    NameChanges..::..EntryType type, 
    String^ oldName, 
    String^ newName
)
member Add : 
        type:NameChanges..::..EntryType * 
        oldName:string * 
        newName:string -> unit 
public function Add(
    type : NameChanges..::..EntryType, 
    oldName : String, 
    newName : String
)