DPath.Append 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.
Overloads
| Append(DName) |
Creates a new path by appending a new simple name. |
| Append(DPath) |
Creates a new path by appending another path to this one. |
Append(DName)
Creates a new path by appending a new simple name.
public readonly Microsoft.PowerFx.Core.Utils.DPath Append(Microsoft.PowerFx.Core.Utils.DName name);
member this.Append : Microsoft.PowerFx.Core.Utils.DName -> Microsoft.PowerFx.Core.Utils.DPath
Public Function Append (name As DName) As DPath
Parameters
- name
- DName
The simple name to append.
Returns
Applies to
Append(DPath)
Creates a new path by appending another path to this one.
public Microsoft.PowerFx.Core.Utils.DPath Append(Microsoft.PowerFx.Core.Utils.DPath path);
member this.Append : Microsoft.PowerFx.Core.Utils.DPath -> Microsoft.PowerFx.Core.Utils.DPath
Public Function Append (path As DPath) As DPath
Parameters
- path
- DPath
The path to append.