Share via


IsolatedWindowsHostMessenger.GetFileId(String) 메서드

정의

더 이상 사용되지 않습니다. 격리된 Windows 환경에서 열린 파일의 고유 식별자를 가져옵니다.

public:
 static Platform::Guid GetFileId(Platform::String ^ filePath);
 static winrt::guid GetFileId(winrt::hstring const& filePath);
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsHostMessenger is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
 static winrt::guid GetFileId(winrt::hstring const& filePath);
public static Guid GetFileId(string filePath);
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsHostMessenger 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 static Guid GetFileId(string filePath);
function getFileId(filePath)
Public Shared Function GetFileId (filePath As String) As Guid

매개 변수

filePath
String

Platform::String

winrt::hstring

호스트에 있는 파일의 경로입니다.

반환

Guid

Platform::Guid

winrt::guid

Guid

특성

설명

경고

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

적용 대상