IXmlNodeValueChange Interface

Namespace:  Microsoft.Data.Tools.XmlDesignerBase.Model
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 Interface IXmlNodeValueChange _
    Inherits IXmlChange
'Usage
Dim instance As IXmlNodeValueChange
public interface IXmlNodeValueChange : IXmlChange
public interface class IXmlNodeValueChange : IXmlChange
type IXmlNodeValueChange =  
    interface
        interface IXmlChange
    end
public interface IXmlNodeValueChange extends IXmlChange

The IXmlNodeValueChange type exposes the following members.

Properties

  Name Description
Public property Action (Inherited from IXmlChange.)
Public property NewValue
Public property Node (Inherited from IXmlChange.)
Public property OldValue

Top

See Also

Reference

Microsoft.Data.Tools.XmlDesignerBase.Model Namespace