ServiceDocumentFormatter.WriteElementExtensions メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
要素拡張を書き込みます。
オーバーロード
WriteElementExtensions(XmlWriter, Workspace, String)
要素拡張を書き込みます。
protected:
static void WriteElementExtensions(System::Xml::XmlWriter ^ writer, System::ServiceModel::Syndication::Workspace ^ workspace, System::String ^ version);
protected static void WriteElementExtensions (System.Xml.XmlWriter writer, System.ServiceModel.Syndication.Workspace workspace, string version);
static member WriteElementExtensions : System.Xml.XmlWriter * System.ServiceModel.Syndication.Workspace * string -> unit
Protected Shared Sub WriteElementExtensions (writer As XmlWriter, workspace As Workspace, version As String)
パラメーター
- version
- String
要素拡張の書き込みの際に使用する配信バージョン。
適用対象
WriteElementExtensions(XmlWriter, CategoriesDocument, String)
要素拡張を書き込みます。
protected:
static void WriteElementExtensions(System::Xml::XmlWriter ^ writer, System::ServiceModel::Syndication::CategoriesDocument ^ categories, System::String ^ version);
protected static void WriteElementExtensions (System.Xml.XmlWriter writer, System.ServiceModel.Syndication.CategoriesDocument categories, string version);
static member WriteElementExtensions : System.Xml.XmlWriter * System.ServiceModel.Syndication.CategoriesDocument * string -> unit
Protected Shared Sub WriteElementExtensions (writer As XmlWriter, categories As CategoriesDocument, version As String)
パラメーター
- categories
- CategoriesDocument
要素拡張を書き込むために使用する CategoriesDocument。
- version
- String
要素拡張の書き込みの際に使用する配信バージョン。
適用対象
WriteElementExtensions(XmlWriter, ResourceCollectionInfo, String)
要素拡張を書き込みます。
protected:
static void WriteElementExtensions(System::Xml::XmlWriter ^ writer, System::ServiceModel::Syndication::ResourceCollectionInfo ^ collection, System::String ^ version);
protected static void WriteElementExtensions (System.Xml.XmlWriter writer, System.ServiceModel.Syndication.ResourceCollectionInfo collection, string version);
static member WriteElementExtensions : System.Xml.XmlWriter * System.ServiceModel.Syndication.ResourceCollectionInfo * string -> unit
Protected Shared Sub WriteElementExtensions (writer As XmlWriter, collection As ResourceCollectionInfo, version As String)
パラメーター
- collection
- ResourceCollectionInfo
要素拡張を書き込むために使用する ResourceCollectionInfo。
- version
- String
要素拡張の書き込みの際に使用する配信バージョン。
適用対象
WriteElementExtensions(XmlWriter, ServiceDocument, String)
要素拡張を書き込みます。
protected:
static void WriteElementExtensions(System::Xml::XmlWriter ^ writer, System::ServiceModel::Syndication::ServiceDocument ^ document, System::String ^ version);
protected static void WriteElementExtensions (System.Xml.XmlWriter writer, System.ServiceModel.Syndication.ServiceDocument document, string version);
static member WriteElementExtensions : System.Xml.XmlWriter * System.ServiceModel.Syndication.ServiceDocument * string -> unit
Protected Shared Sub WriteElementExtensions (writer As XmlWriter, document As ServiceDocument, version As String)
パラメーター
- document
- ServiceDocument
要素拡張を書き込むために使用する ServiceDocument。
- version
- String
要素拡張の書き込みの際に使用する配信バージョン。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET