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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.