Sdílet prostřednictvím


MetadataSerializer.WriteIndexedProtocolEndpoint Metoda

Definice

Zapíše indexovaný koncový bod.

protected:
 virtual void WriteIndexedProtocolEndpoint(System::Xml::XmlWriter ^ writer, System::IdentityModel::Metadata::IndexedProtocolEndpoint ^ indexedEP, System::Xml::XmlQualifiedName ^ element);
protected virtual void WriteIndexedProtocolEndpoint (System.Xml.XmlWriter writer, System.IdentityModel.Metadata.IndexedProtocolEndpoint indexedEP, System.Xml.XmlQualifiedName element);
abstract member WriteIndexedProtocolEndpoint : System.Xml.XmlWriter * System.IdentityModel.Metadata.IndexedProtocolEndpoint * System.Xml.XmlQualifiedName -> unit
override this.WriteIndexedProtocolEndpoint : System.Xml.XmlWriter * System.IdentityModel.Metadata.IndexedProtocolEndpoint * System.Xml.XmlQualifiedName -> unit
Protected Overridable Sub WriteIndexedProtocolEndpoint (writer As XmlWriter, indexedEP As IndexedProtocolEndpoint, element As XmlQualifiedName)

Parametry

writer
XmlWriter

Zapisovací modul XML

indexedEP
IndexedProtocolEndpoint

Indexovaný koncový bod.

element
XmlQualifiedName

Kvalifikovaný element XML.

Výjimky

writer je null.

-nebo-

indexedEP je null.

-nebo-

element je null.

Platí pro