SeekableXPathNavigator::GetLocalName Method (Int64)

 

When overridden in a derived class, returns the local name of the node at the position specified.

Namespace:   System.ServiceModel.Dispatcher
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
virtual String^ GetLocalName(
	long long nodePosition
) abstract

Parameters

nodePosition
Type: System::Int64

The position of the node whose local name is being retrieved.

Return Value

Type: System::String^

The local name of the node at the specified position. Empty is returned if the node does not have a local name, for example if the current position references a text node.

Exception Condition
ArgumentException

nodePosition is invalid.

.NET Framework
Available since 3.0
Return to top
Show: