共用方式為


IsolatedWindowsEnvironmentOwnerRegistrationData.ShareableFolders 屬性

定義

已取代。 可從主機共用至隔離 Windows 環境的資料夾。

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)

屬性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

IVector

屬性

備註

警告

這是已被取代的 API。

適用於