PathIntrinsics.PushCurrentLocation(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.
Pushes the current location onto the location stack so that it can be retrieved later.
public:
void PushCurrentLocation(System::String ^ stackName);
public:
void PushCurrentLocation(Platform::String ^ stackName);
void PushCurrentLocation(std::wstring const & stackName);
public void PushCurrentLocation (string stackName);
member this.PushCurrentLocation : string -> unit
Public Sub PushCurrentLocation (stackName As String)
Parameters
- stackName
- String
The ID of the stack to push the location onto.