NameChanges.GetNewName(NameChanges+EntryType, String) 方法

定義

會取得物件的新名稱。

public:
 System::String ^ GetNewName(Microsoft::ReportingServices::RdlObjectModel::NameChanges::EntryType type, System::String ^ oldName);
public string GetNewName(Microsoft.ReportingServices.RdlObjectModel.NameChanges.EntryType type, string oldName);
member this.GetNewName : Microsoft.ReportingServices.RdlObjectModel.NameChanges.EntryType * string -> string
Public Function GetNewName (type As NameChanges.EntryType, oldName As String) As String

參數

type
NameChanges.EntryType

名稱變更的入口類型。

oldName
String

那個物件的舊名稱。

傳回

這個物體的新名稱。

適用於