다음을 통해 공유


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입니다.

적용 대상