Поделиться через


MetadataSerializer.WriteOrganization(XmlWriter, Organization) Метод

Определение

Записывает организацию.

protected:
 virtual void WriteOrganization(System::Xml::XmlWriter ^ writer, System::IdentityModel::Metadata::Organization ^ organization);
protected virtual void WriteOrganization (System.Xml.XmlWriter writer, System.IdentityModel.Metadata.Organization organization);
abstract member WriteOrganization : System.Xml.XmlWriter * System.IdentityModel.Metadata.Organization -> unit
override this.WriteOrganization : System.Xml.XmlWriter * System.IdentityModel.Metadata.Organization -> unit
Protected Overridable Sub WriteOrganization (writer As XmlWriter, organization As Organization)

Параметры

writer
XmlWriter

Модуль записи XML.

organization
Organization

Организация.

Исключения

writer имеет значение null.

-или-

organization имеет значение null.

Применяется к