AtomPub10ServiceDocumentFormatter コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Atom 1.0 ベースの ServiceDocumentFormatter クラスの新しいインスタンスを作成します。
オーバーロード
| 名前 | 説明 |
|---|---|
| AtomPub10ServiceDocumentFormatter() |
Atom 1.0 ベースの ServiceDocumentFormatter クラスの新しいインスタンスを作成します。 |
| AtomPub10ServiceDocumentFormatter(ServiceDocument) |
Atom 1.0 ベースの ServiceDocumentFormatter クラスの新しいインスタンスを作成して、指定したサービス ドキュメントをシリアル化します。 |
| AtomPub10ServiceDocumentFormatter(Type) |
Atom 1.0 ベースの ServiceDocumentFormatter クラスの新しいインスタンスを作成します。 |
AtomPub10ServiceDocumentFormatter()
Atom 1.0 ベースの ServiceDocumentFormatter クラスの新しいインスタンスを作成します。
public:
AtomPub10ServiceDocumentFormatter();
public AtomPub10ServiceDocumentFormatter();
Public Sub New ()
適用対象
AtomPub10ServiceDocumentFormatter(ServiceDocument)
Atom 1.0 ベースの ServiceDocumentFormatter クラスの新しいインスタンスを作成して、指定したサービス ドキュメントをシリアル化します。
public:
AtomPub10ServiceDocumentFormatter(System::ServiceModel::Syndication::ServiceDocument ^ documentToWrite);
public AtomPub10ServiceDocumentFormatter(System.ServiceModel.Syndication.ServiceDocument documentToWrite);
new System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter : System.ServiceModel.Syndication.ServiceDocument -> System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter
Public Sub New (documentToWrite As ServiceDocument)
パラメーター
- documentToWrite
- ServiceDocument
Atom 1.0 フォーマッタに関連付けられている ServiceDocument 。
例外
documentToWrite は nullです。
注釈
documentToWriteは、XML 表現にシリアル化することも、Atom 1.0 形式を使用してフォーマッタによって XML 表現から逆シリアル化することもできます。
適用対象
AtomPub10ServiceDocumentFormatter(Type)
Atom 1.0 ベースの ServiceDocumentFormatter クラスの新しいインスタンスを作成します。
public:
AtomPub10ServiceDocumentFormatter(Type ^ documentTypeToCreate);
public AtomPub10ServiceDocumentFormatter(Type documentTypeToCreate);
new System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter : Type -> System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter
Public Sub New (documentTypeToCreate As Type)
パラメーター
- documentTypeToCreate
- Type
Atom 1.0 フォーマッタに関連付けられている ServiceDocument 型から派生したオブジェクトのインスタンス。
例外
documentTypeToCreate は nullです。
documentTypeToCreate 指定された値が無効です。
注釈
documentTypeToCreateは、XML 表現にシリアル化することも、Atom 1.0 形式を使用してフォーマッタによって XML 表現から逆シリアル化することもできます。