SyndicationNode Class
Implementiert die ISyndicationNode-Schnittstelle, die ein generisches XML-Syndicationelement darstellt.
Syntax
var syndicationNode = new Windows.Web.Syndication.SyndicationNode(string, string, string); var syndicationNode = new Windows.Web.Syndication.SyndicationNode();
Attribute
- ActivatableAttribute(NTDDI_WIN8)
- ActivatableAttribute(Windows.Web.Syndication.ISyndicationNodeFactory, NTDDI_WIN8)
- DualApiPartitionAttribute()
- MarshalingBehaviorAttribute(Agile)
- ThreadingAttribute(Both)
- VersionAttribute(NTDDI_WIN8)
Member
Der SyndicationNodeKlasse hat die folgenden Arten von Mitgliedern:
Konstruktoren
Der SyndicationNodeKlasse hat die folgenden Konstruktoren.
| Konstruktor | Beschreibung |
|---|---|
| SyndicationNode() | Creates a new SyndicationNode object. |
| SyndicationNode(String, String, String) | Creates a new SyndicationNode object with the specified NodeName, NodeNamespace, and NodeValue property values. |
Methoden
The SyndicationNode Klasse verfügt über die folgenden Methoden. Mit C#, Visual Basic und C++ erbt er außerdem Methoden von Object Klasse.
| Methode | Beschreibung |
|---|---|
| GetXmlDocument | Generates the DOM object that represents this element, all the attributes and child elements including foreign markups. The only formats accepted by this method are Atom 1.0 and RSS 2.0. |
Eigenschaften
SyndicationNodeKlasse hat die folgenden Eigenschaften.
| Eigenschaft | Zugriffstyp | Beschreibung |
|---|---|---|
| Schreibgeschützt | Gets the list of custom attributes of the element. | |
| Lese-/Schreibzugriff | Gets or sets the base URI for the element. This property represents the xml:base attribute on the element. It may be inherited from an ancestor element. | |
| Schreibgeschützt | Gets the list of child elements within the element. | |
| Lese-/Schreibzugriff | Gets or sets the language of the element. This property represents the xml:lang attribute on the element. It may be inherited from an ancestor element. It must be valid according to XML 1.0. | |
| Lese-/Schreibzugriff | Gets or sets the local name of the element. | |
| Lese-/Schreibzugriff | Gets or sets the namespace of the element. | |
| Lese-/Schreibzugriff | Gets or sets the text content of the element. If the element contains only child elements, this property is NULL. |
Anforderungen
|
Unterstützte Mindestversion (Client) | Windows 8 [Windows Store-Apps, Desktop-Apps] |
|---|---|
|
Unterstützte Mindestversion (Server) | Windows Server 2012 [Windows Store-Apps, Desktop-Apps] |
|
Namespace |
|
|
Metadaten |
|
Weitere Informationen
