Share via


IXmlNodeChange Interface

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 Interface IXmlNodeChange _
    Inherits IXmlChange
'Usage
Dim instance As IXmlNodeChange
public interface IXmlNodeChange : IXmlChange
public interface class IXmlNodeChange : IXmlChange
type IXmlNodeChange =  
    interface
        interface IXmlChange
    end
public interface IXmlNodeChange extends IXmlChange

The IXmlNodeChange type exposes the following members.

Properties

  Name Description
Public property Action (Inherited from IXmlChange.)
Public property NextNode
Public property Node (Inherited from IXmlChange.)
Public property Parent

Top

See Also

Reference

Microsoft.Data.Tools.XmlDesignerBase.Model Namespace