Leer en inglés

Compartir a través de


IsolatedWindowsEnvironmentFile.Id Propiedad

Definición

Desusado. Obtiene el identificador asignado al archivo host.

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

Valor de propiedad

Guid

Platform::Guid

winrt::guid

GUID del archivo.

Atributos

Comentarios

Advertencia

Se trata de una API en desuso.

Se aplica a