IXmlElement Interface
This interface supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides a common interface for classes that can be loaded and saved as System.Xml.XmlElement objects.
Namespace: Microsoft.Web.Services2.Xml
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)
Usage
'Usage
Public Class xmlElementImplementation
Implements IXmlElement
End Class
Dim xmlElementImplementation1 As New xmlElementImplementation()
Syntax
'Declaration
Public Interface IXmlElement
public interface IXmlElement
public interface class IXmlElement
public interface IXmlElement
public interface IXmlElement
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000
Target Platforms
Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone
See Also
Reference
Microsoft.Web.Services2.Xml Namespace