DkmTransportConnection.GetIsolatedStorageRootForApplication Method

Definition

Obtain the full path to the isolated storage root directory for the specified application.

This API is not yet implemented for Windows Store apps, but is reserved for future use.

public:
 System::String ^ GetIsolatedStorageRootForApplication(Microsoft::VisualStudio::Debugger::DefaultPort::DkmAppPackageId ^ AppPackageId);
public:
 Platform::String ^ GetIsolatedStorageRootForApplication(Microsoft::VisualStudio::Debugger::DefaultPort::DkmAppPackageId ^ AppPackageId);
std::wstring GetIsolatedStorageRootForApplication(Microsoft::VisualStudio::Debugger::DefaultPort::DkmAppPackageId const & AppPackageId);
public string GetIsolatedStorageRootForApplication (Microsoft.VisualStudio.Debugger.DefaultPort.DkmAppPackageId AppPackageId);
public string? GetIsolatedStorageRootForApplication (Microsoft.VisualStudio.Debugger.DefaultPort.DkmAppPackageId AppPackageId);
member this.GetIsolatedStorageRootForApplication : Microsoft.VisualStudio.Debugger.DefaultPort.DkmAppPackageId -> string
Public Function GetIsolatedStorageRootForApplication (AppPackageId As DkmAppPackageId) As String

Parameters

AppPackageId
DkmAppPackageId

[In] Identifies a Windows Store app package or Windows Phone app package.

Returns

[Out,Optional] Full path to the directory on the target system. Null if the application has no isolated storage directory.

Applies to