ServiceDocumentFormatter.WriteElementExtensions Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Öğe uzantılarını yazar.
Aşırı Yüklemeler
WriteElementExtensions(XmlWriter, Workspace, String) |
Öğe uzantılarını yazar. |
WriteElementExtensions(XmlWriter, CategoriesDocument, String) |
Öğe uzantılarını yazar. |
WriteElementExtensions(XmlWriter, ResourceCollectionInfo, String) |
Öğe uzantılarını yazar. |
WriteElementExtensions(XmlWriter, ServiceDocument, String) |
Öğe uzantılarını yazar. |
WriteElementExtensions(XmlWriter, Workspace, String)
- Kaynak:
- ServiceDocumentFormatter.cs
- Kaynak:
- ServiceDocumentFormatter.cs
Öğe uzantılarını yazar.
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)
Parametreler
- version
- String
Öğe uzantıları yazılırken kullanılacak dağıtım sürümü.
Şunlara uygulanır
WriteElementExtensions(XmlWriter, CategoriesDocument, String)
- Kaynak:
- ServiceDocumentFormatter.cs
- Kaynak:
- ServiceDocumentFormatter.cs
Öğe uzantılarını yazar.
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)
Parametreler
- categories
- CategoriesDocument
CategoriesDocument öğesi uzantılarını yazmak için kullanılacak öğesi.
- version
- String
Öğe uzantıları yazılırken kullanılacak dağıtım sürümü.
Şunlara uygulanır
WriteElementExtensions(XmlWriter, ResourceCollectionInfo, String)
- Kaynak:
- ServiceDocumentFormatter.cs
- Kaynak:
- ServiceDocumentFormatter.cs
Öğe uzantılarını yazar.
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)
Parametreler
- collection
- ResourceCollectionInfo
ResourceCollectionInfo öğesi uzantılarını yazmak için kullanılacak öğesi.
- version
- String
Öğe uzantıları yazılırken kullanılacak dağıtım sürümü.
Şunlara uygulanır
WriteElementExtensions(XmlWriter, ServiceDocument, String)
- Kaynak:
- ServiceDocumentFormatter.cs
- Kaynak:
- ServiceDocumentFormatter.cs
Öğe uzantılarını yazar.
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)
Parametreler
- document
- ServiceDocument
ServiceDocument öğesi uzantılarını yazmak için kullanılacak öğesi.
- version
- String
Öğe uzantıları yazılırken kullanılacak dağıtım sürümü.