Classe ExternalXmlElement
Represents an external XML element.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.RdlObjectModel.ExternalXmlElement
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Class ExternalXmlElement _
Implements IXmlSerializable
'Uso
Dim instance As ExternalXmlElement
public class ExternalXmlElement : IXmlSerializable
public ref class ExternalXmlElement : IXmlSerializable
type ExternalXmlElement =
class
interface IXmlSerializable
end
public class ExternalXmlElement implements IXmlSerializable
O tipo ExternalXmlElement expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
ExternalXmlElement() | Initializes a new instance of the ExternalXmlElement class. |
![]() |
ExternalXmlElement(XmlElement) | Initializes a new instance of the ExternalXmlElement class using the specified external XML element. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
XmlElement | Gets or sets the XML element. |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
![]() ![]() |
IXmlSerializable.GetSchema | Returns an XML schema for the external XML element. |
![]() ![]() |
IXmlSerializable.ReadXml | Reads an XML with the specified reader. |
![]() ![]() |
IXmlSerializable.WriteXml | Writes an XML stream with the specified writer. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.