ServiceDocumentFormatter Konstruktorów
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
Tworzy nowe wystąpienie klasy ServiceDocumentFormatter.
Przeciążenia
| Nazwa | Opis |
|---|---|
| ServiceDocumentFormatter() |
Tworzy nowe wystąpienie klasy ServiceDocumentFormatter. |
| ServiceDocumentFormatter(ServiceDocument) |
Tworzy nowe wystąpienie klasy ServiceDocumentFormatter. |
ServiceDocumentFormatter()
- Źródło:
- ServiceDocumentFormatter.cs
- Źródło:
- ServiceDocumentFormatter.cs
- Źródło:
- ServiceDocumentFormatter.cs
Tworzy nowe wystąpienie klasy ServiceDocumentFormatter.
protected:
ServiceDocumentFormatter();
protected ServiceDocumentFormatter();
Protected Sub New ()
Dotyczy
ServiceDocumentFormatter(ServiceDocument)
- Źródło:
- ServiceDocumentFormatter.cs
- Źródło:
- ServiceDocumentFormatter.cs
- Źródło:
- ServiceDocumentFormatter.cs
Tworzy nowe wystąpienie klasy 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
Element ServiceDocument do serializacji.