SeekableXPathNavigator::GetName Method (Int64)

 

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

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

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

Parameters

nodePosition
Type: System::Int64

The position of the node whose name is being retrieved.

Return Value

Type: System::String^

The name of the node at nodePosition. Empty is returned if the node does not have a name.

Exception Condition
ArgumentException

nodePosition is invalid.

The name is the name of the XML element at nodePosition and typically includes a namespace prefix.

.NET Framework
Available since 3.0
Return to top
Show: