Udostępnij przez


Metoda NameChanges.GetNewName

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Function GetNewName ( _
    type As NameChanges..::..EntryType, _
    oldName As String _
) As String
'Użycie
Dim instance As NameChanges
Dim type As NameChanges..::..EntryType
Dim oldName As String
Dim returnValue As String

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

Wartość zwracana

Typ: System.String