次の方法で共有


HasNameChanged メソッド

この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Function HasNameChanged ( _
    type As NameChanges..::..EntryType, _
    oldName As String _
) As Boolean
'使用
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

戻り値

型: System. . :: . .Boolean