다음을 통해 공유


MetadataSerializer.WriteIndexedProtocolEndpoint 메서드

정의

인덱싱된 엔드포인트를 씁니다.

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)

매개 변수

writer
XmlWriter

XML 작성기입니다.

indexedEP
IndexedProtocolEndpoint

인덱싱된 엔드포인트입니다.

element
XmlQualifiedName

XML 정규화된 요소입니다.

예외

writer이(가) null인 경우

또는

indexedEPnull입니다.

또는

element이(가) null인 경우

적용 대상