RenameXmlModel Method

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

Syntax

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

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

Parameters

Return Value

Type: System..::..Boolean

See Also

Reference

XmlModelProvider Class

Microsoft.Data.Tools.XmlDesignerBase.Model Namespace