PathIntrinsics.LocationStack(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.
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.