Metode System::Xml::XPath::XPathNavigator::MoveToId

XPathNavigator::MoveToId method

Ketika dioverride dalam kelas turunan, memindahkan ke node yang memiliki atribut tipe ID dengan nilai yang cocok dengan String yang ditentukan.

virtual bool System::Xml::XPath::XPathNavigator::MoveToId(String id)=0
ParameterTipeDeskripsi
idStringSebuah String yang mewakili nilai ID dari node yang ingin Anda pindahkan.

ReturnValue

true if the XPathNavigator is successful moving; otherwise, false. If false, the position of the navigator is unchanged.

Lihat Juga