PathIntrinsics.LocationStack(String) Method

Definition

Gets the location stack and all the locations on it.

public:
 System::Management::Automation::PathInfoStack ^ LocationStack(System::String ^ stackName);
public System.Management.Automation.PathInfoStack LocationStack (string stackName);
member this.LocationStack : string -> System.Management.Automation.PathInfoStack
Public Function LocationStack (stackName As String) As PathInfoStack

Parameters

stackName
String

The stack ID of the stack to get the stack info for.

Returns

Applies to