ServiceDocumentFormatter Constructors
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.
Creates a new instance of the ServiceDocumentFormatter class.
Overloads
ServiceDocumentFormatter() |
Creates a new instance of the ServiceDocumentFormatter class. |
ServiceDocumentFormatter(ServiceDocument) |
Creates a new instance of the ServiceDocumentFormatter class. |
ServiceDocumentFormatter()
- Source:
- ServiceDocumentFormatter.cs
- Source:
- ServiceDocumentFormatter.cs
Creates a new instance of the ServiceDocumentFormatter class.
protected:
ServiceDocumentFormatter();
protected ServiceDocumentFormatter ();
Protected Sub New ()
Applies to
ServiceDocumentFormatter(ServiceDocument)
- Source:
- ServiceDocumentFormatter.cs
- Source:
- ServiceDocumentFormatter.cs
Creates a new instance of the ServiceDocumentFormatter class.
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)
Parameters
- documentToWrite
- ServiceDocument
The ServiceDocument to serialize.
Applies to
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.