다음을 통해 공유


IsolatedWindowsEnvironmentOptions.ShareHostFolderForUntrustedItems 메서드

정의

더 이상 사용되지 않습니다. SharedFolderNameInEnvironmentSharedHostFolderPath를 모두 설정하여 신뢰할 수 없는 항목을 격리된 Windows 환경과 공유하도록 폴더를 공유하도록 구성합니다.

public:
 virtual void ShareHostFolderForUntrustedItems(Platform::String ^ SharedHostFolderPath, Platform::String ^ ShareFolderNameInEnvironment) = ShareHostFolderForUntrustedItems;
void ShareHostFolderForUntrustedItems(winrt::hstring const& SharedHostFolderPath, winrt::hstring const& ShareFolderNameInEnvironment);
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
void ShareHostFolderForUntrustedItems(winrt::hstring const& SharedHostFolderPath, winrt::hstring const& ShareFolderNameInEnvironment);
public void ShareHostFolderForUntrustedItems(string SharedHostFolderPath, string ShareFolderNameInEnvironment);
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
public void ShareHostFolderForUntrustedItems(string SharedHostFolderPath, string ShareFolderNameInEnvironment);
function shareHostFolderForUntrustedItems(SharedHostFolderPath, ShareFolderNameInEnvironment)
Public Sub ShareHostFolderForUntrustedItems (SharedHostFolderPath As String, ShareFolderNameInEnvironment As String)

매개 변수

SharedHostFolderPath
String

Platform::String

winrt::hstring

공유 호스트 폴더의 경로입니다.

ShareFolderNameInEnvironment
String

Platform::String

winrt::hstring

격리된 Windows 환경의 폴더 이름입니다.

특성

설명

경고

더 이상 사용되지 않는 API입니다.

적용 대상