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
- 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
- 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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.