RenameXmlModel Method

This member overrides XmlModelProvider..::..RenameXmlModel(Uri, Uri).

Namespace:  Microsoft.Data.Tools.XmlDesignerBase.Model.StandAlone
Assemblies:   Microsoft.Data.Tools.Design.XmlCore (in Microsoft.Data.Tools.Design.XmlCore.dll)
  Microsoft.Data.Tools.XmlDesignerBase (in Microsoft.Data.Tools.XmlDesignerBase.dll)

Syntax

'Declaration
Public Overrides Function RenameXmlModel ( _
    oldName As Uri, _
    newName As Uri _
) As Boolean
'Usage
Dim instance As VanillaXmlModelProvider
Dim oldName As Uri
Dim newName As Uri
Dim returnValue As Boolean

returnValue = instance.RenameXmlModel(oldName, _
    newName)
public override bool RenameXmlModel(
    Uri oldName,
    Uri newName
)
public:
virtual bool RenameXmlModel(
    Uri^ oldName, 
    Uri^ newName
) override
abstract RenameXmlModel : 
        oldName:Uri * 
        newName:Uri -> bool 
override RenameXmlModel : 
        oldName:Uri * 
        newName:Uri -> bool 
public override function RenameXmlModel(
    oldName : Uri, 
    newName : Uri
) : boolean

Parameters

Return Value

Type: System..::..Boolean

See Also

Reference

VanillaXmlModelProvider Class

Microsoft.Data.Tools.XmlDesignerBase.Model.StandAlone Namespace