System::Xml::XPath::XPathNavigator::ReplaceSelf yöntemi

XPathNavigator::ReplaceSelf(SharedPtr<XmlReader>) method

Mevcut düğümü, belirtilen XmlReader nesnesinin içeriğiyle değiştirir.

virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(SharedPtr<XmlReader> newNode)
ParameterTypeAçıklama
newNodeSharedPtr<XmlReader>Yeni düğüm için XML verisine konumlandırılmış bir XmlReader nesnesi.

Ayrıca Bakınız

XPathNavigator::ReplaceSelf(SharedPtr<XPathNavigator>) method

Mevcut düğümü, belirtilen XPathNavigator nesnesinin içeriğiyle değiştirir.

virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(SharedPtr<XPathNavigator> newNode)
ParameterTypeAçıklama
newNodeSharedPtr<XPathNavigator>Yeni düğümde konumlandırılmış bir XPathNavigator nesnesi.

Ayrıca Bakınız

XPathNavigator::ReplaceSelf(String) method

Replaces the current node with the content of the string specified.

virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(String newNode)
ParameterTypeAçıklama
newNodeStringYeni düğüm için XML veri dizesi.

Ayrıca Bakınız