Freigeben über


SyndicationNode Konstruktoren

Definition

Überlädt

SyndicationNode()

Erstellt ein neues SyndicationNode-Objekt .

SyndicationNode(String, String, String)

Erstellt ein neues SyndicationNode-Objekt mit den angegebenen Eigenschaftenwerten NodeName, NodeNamespace und NodeValue .

SyndicationNode()

Erstellt ein neues SyndicationNode-Objekt .

public:
 SyndicationNode();
 SyndicationNode();
public SyndicationNode();
function SyndicationNode()
Public Sub New ()

Gilt für:

SyndicationNode(String, String, String)

Erstellt ein neues SyndicationNode-Objekt mit den angegebenen Eigenschaftenwerten NodeName, NodeNamespace und NodeValue .

public:
 SyndicationNode(Platform::String ^ nodeName, Platform::String ^ nodeNamespace, Platform::String ^ nodeValue);
 SyndicationNode(winrt::hstring const& nodeName, winrt::hstring const& nodeNamespace, winrt::hstring const& nodeValue);
public SyndicationNode(string nodeName, string nodeNamespace, string nodeValue);
function SyndicationNode(nodeName, nodeNamespace, nodeValue)
Public Sub New (nodeName As String, nodeNamespace As String, nodeValue As String)

Parameter

nodeName
String

Platform::String

winrt::hstring

Der lokale Name des Elements. Sie muss gemäß XML 1.0 gültig sein.

nodeNamespace
String

Platform::String

winrt::hstring

Der Namespace des Elements.

nodeValue
String

Platform::String

winrt::hstring

Der Textinhalt des Elements. Wenn das Element nur untergeordnete Elemente enthält, ist dieser Parameter NULL.

Gilt für: