Sdílet prostřednictvím


ServiceDocumentFormatter Konstruktory

Definice

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()

Zdroj:
ServiceDocumentFormatter.cs
Zdroj:
ServiceDocumentFormatter.cs
Zdroj:
ServiceDocumentFormatter.cs
Zdroj:
ServiceDocumentFormatter.cs

Vytvoří novou instanci třídy ServiceDocumentFormatter.

protected:
 ServiceDocumentFormatter();
protected ServiceDocumentFormatter ();
Protected Sub New ()

Platí pro

ServiceDocumentFormatter(ServiceDocument)

Zdroj:
ServiceDocumentFormatter.cs
Zdroj:
ServiceDocumentFormatter.cs
Zdroj:
ServiceDocumentFormatter.cs
Zdroj:
ServiceDocumentFormatter.cs

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