次の方法で共有


IsolatedWindowsEnvironmentFile.Id プロパティ

定義

非推奨になりました。 ホスト ファイルに割り当てられた ID を取得します。

public:
 property Platform::Guid Id { Platform::Guid get(); };
winrt::guid Id();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentFile is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
winrt::guid Id();
public Guid Id { get; }
public Guid Id { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentFile 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 guid = isolatedWindowsEnvironmentFile.id;
Public ReadOnly Property Id As Guid

プロパティ値

Guid

Platform::Guid

winrt::guid

ファイルの GUID。

属性

注釈

警告

これは非推奨の API です。

適用対象