DkmTransportConnection.GetIsolatedStorageRootForApplication 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.
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.