ServiceDocumentFormatter.WriteElementExtensions 메서드

정의

요소 확장을 씁니다.

오버로드

WriteElementExtensions(XmlWriter, Workspace, String)

Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs

요소 확장을 씁니다.

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)

매개 변수

writer
XmlWriter

XmlWriter 쓸 것입니다.

workspace
Workspace

Workspace 요소 확장을 작성하는 데 사용할 수 있습니다.

version
String

요소 확장을 작성할 때 사용할 배포 버전입니다.

적용 대상

WriteElementExtensions(XmlWriter, CategoriesDocument, String)

Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs

요소 확장을 씁니다.

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)

매개 변수

writer
XmlWriter

XmlWriter 쓸 것입니다.

categories
CategoriesDocument

CategoriesDocument 요소 확장을 작성하는 데 사용할 수 있습니다.

version
String

요소 확장을 작성할 때 사용할 배포 버전입니다.

적용 대상

WriteElementExtensions(XmlWriter, ResourceCollectionInfo, String)

Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs

요소 확장을 씁니다.

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)

매개 변수

writer
XmlWriter

XmlWriter 쓸 것입니다.

collection
ResourceCollectionInfo

ResourceCollectionInfo 요소 확장을 작성하는 데 사용할 수 있습니다.

version
String

요소 확장을 작성할 때 사용할 배포 버전입니다.

적용 대상

WriteElementExtensions(XmlWriter, ServiceDocument, String)

Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs
Source:
ServiceDocumentFormatter.cs

요소 확장을 씁니다.

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)

매개 변수

writer
XmlWriter

XmlWriter 쓸 것입니다.

document
ServiceDocument

ServiceDocument 요소 확장을 작성하는 데 사용할 수 있습니다.

version
String

요소 확장을 작성할 때 사용할 배포 버전입니다.

적용 대상