Udostępnij za pośrednictwem


MetadataSerializer.WriteIndexedProtocolEndpoint Metoda

Definicja

Zapisuje indeksowany punkt końcowy.

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

Modułu zapisujący XML.

indexedEP
IndexedProtocolEndpoint

Indeksowany punkt końcowy.

element
XmlQualifiedName

Kwalifikowany element XML.

Wyjątki

writer to null.

-lub-

indexedEP to null.

-lub-

element to null.

Dotyczy