System::Xml::XPath::XPathNavigator::MoveToId विधि

XPathNavigator::MoveToId method

जब किसी व्युत्पन्न वर्ग में ओवरराइड किया जाता है, तो ID प्रकार के गुण वाले नोड पर ले जाता है जिसका मान निर्दिष्ट String से मेल खाता है।

virtual bool System::Xml::XPath::XPathNavigator::MoveToId(String id)=0
पैरामीटरप्रकारविवरण
idStringएक String जो उस नोड के ID मान को दर्शाता है, जिस पर आप जाना चाहते हैं।

ReturnValue

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

संबंधित देखें