ServiceDocumentFormatter Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vytvoří novou instanci třídy ServiceDocumentFormatter.
Přetížení
ServiceDocumentFormatter() |
Vytvoří novou instanci třídy ServiceDocumentFormatter. |
ServiceDocumentFormatter(ServiceDocument) |
Vytvoří novou instanci třídy ServiceDocumentFormatter. |
ServiceDocumentFormatter()
Vytvoří novou instanci třídy ServiceDocumentFormatter.
protected:
ServiceDocumentFormatter();
protected ServiceDocumentFormatter ();
Protected Sub New ()
Platí pro
ServiceDocumentFormatter(ServiceDocument)
Vytvoří novou instanci třídy 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)
Parametry
- documentToWrite
- ServiceDocument
Serializovat ServiceDocument .
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.