Partager via


Classe ExternalXmlElement

Represents an external XML element.

Hiérarchie d'héritage

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ExternalXmlElement

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Class ExternalXmlElement _
    Implements IXmlSerializable
'Utilisation
Dim instance As ExternalXmlElement
public class ExternalXmlElement : IXmlSerializable
public ref class ExternalXmlElement : IXmlSerializable
type ExternalXmlElement =  
    class 
        interface IXmlSerializable 
    end
public class ExternalXmlElement implements IXmlSerializable

Le type ExternalXmlElement expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ExternalXmlElement() Initializes a new instance of the ExternalXmlElement class.
Méthode publique ExternalXmlElement(XmlElement) Initializes a new instance of the ExternalXmlElement class using the specified external XML element.

Haut de la page

Propriétés

  Nom Description
Propriété publique XmlElement Gets or sets the XML element.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IXmlSerializable.GetSchema Returns an XML schema for the external XML element.
Implémentation d'interface expliciteMéthode privée IXmlSerializable.ReadXml Reads an XML with the specified reader.
Implémentation d'interface expliciteMéthode privée IXmlSerializable.WriteXml Writes an XML stream with the specified writer.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.ReportingServices.RdlObjectModel