Share via


IsolatedWindowsEnvironmentOwnerRegistrationData.ShareableFolders Property

Definition

Deprecated. Folders that can be shared from the host into the Isolated Windows Environment.

public:
 property IVector<Platform::String ^> ^ ShareableFolders { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> ShareableFolders();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOwnerRegistrationData is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
IVector<winrt::hstring> ShareableFolders();
public IList<string> ShareableFolders { get; }
public IList<string> ShareableFolders { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOwnerRegistrationData is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] get; }
var iVector = isolatedWindowsEnvironmentOwnerRegistrationData.shareableFolders;
Public ReadOnly Property ShareableFolders As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

IVector

Attributes

Remarks

Warning

This is a deprecated API.

Applies to