ServiceDocumentFormatter Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Создает новый экземпляр класса ServiceDocumentFormatter.
Перегрузки
ServiceDocumentFormatter() |
Создает новый экземпляр класса ServiceDocumentFormatter. |
ServiceDocumentFormatter(ServiceDocument) |
Создает новый экземпляр класса ServiceDocumentFormatter. |
ServiceDocumentFormatter()
- Исходный код:
- ServiceDocumentFormatter.cs
- Исходный код:
- ServiceDocumentFormatter.cs
- Исходный код:
- ServiceDocumentFormatter.cs
- Исходный код:
- ServiceDocumentFormatter.cs
Создает новый экземпляр класса ServiceDocumentFormatter.
protected:
ServiceDocumentFormatter();
protected ServiceDocumentFormatter ();
Protected Sub New ()
Применяется к
ServiceDocumentFormatter(ServiceDocument)
- Исходный код:
- ServiceDocumentFormatter.cs
- Исходный код:
- ServiceDocumentFormatter.cs
- Исходный код:
- ServiceDocumentFormatter.cs
- Исходный код:
- ServiceDocumentFormatter.cs
Создает новый экземпляр класса ServiceDocumentFormatter.
protected:
ServiceDocumentFormatter(System::ServiceModel::Syndication::ServiceDocument ^ documentToWrite);
protected ServiceDocumentFormatter (System.ServiceModel.Syndication.ServiceDocument documentToWrite);
new System.ServiceModel.Syndication.ServiceDocumentFormatter : System.ServiceModel.Syndication.ServiceDocument -> System.ServiceModel.Syndication.ServiceDocumentFormatter
Protected Sub New (documentToWrite As ServiceDocument)
Параметры
- documentToWrite
- ServiceDocument
Экземпляр ServiceDocument для сериализации.