DataViewHierarchyAccessor.SetNodePath(Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the node path for a node identified by a particular item ID.
public:
void SetNodePath(int itemId, System::String ^ nodePath);
public void SetNodePath (int itemId, string nodePath);
member this.SetNodePath : int * string -> unit
Public Sub SetNodePath (itemId As Integer, nodePath As String)
Parameters
- itemId
- Int32
An item ID .
- nodePath
- String
The new node path for the node.
Exceptions
The nodePath
parameter is null.
The specified itemID is invalid.