MetadataSerializer.WriteContactPerson(XmlWriter, ContactPerson) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes a contact person.
protected:
virtual void WriteContactPerson(System::Xml::XmlWriter ^ writer, System::IdentityModel::Metadata::ContactPerson ^ contactPerson);
protected virtual void WriteContactPerson (System.Xml.XmlWriter writer, System.IdentityModel.Metadata.ContactPerson contactPerson);
abstract member WriteContactPerson : System.Xml.XmlWriter * System.IdentityModel.Metadata.ContactPerson -> unit
override this.WriteContactPerson : System.Xml.XmlWriter * System.IdentityModel.Metadata.ContactPerson -> unit
Protected Overridable Sub WriteContactPerson (writer As XmlWriter, contactPerson As ContactPerson)
Parameters
- writer
- XmlWriter
The XML writer.
- contactPerson
- ContactPerson
The contact person.
Exceptions
writer
is null
.
-or-
contactPerson
is null
.
-or-
The EmailAddresses property of contactPerson
is null
.
-or-
The TelephoneNumbers property of contactPerson
is null
.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.