Freigeben über


DPath.Append Method

Definition

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.

Returns

Applies to