IsolatedWindowsEnvironmentTelemetryParameters.CorrelationId 属性

定义

已弃用。 在 Microsoft 遥测中用于提高 API 质量的 GUID。

public:
 property Platform::Guid CorrelationId { Platform::Guid get(); void set(Platform::Guid value); };
winrt::guid CorrelationId();

void CorrelationId(winrt::guid value);
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentTelemetryParameters is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentTelemetryParameters 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 CorrelationId();

void CorrelationId(winrt::guid value);
public Guid CorrelationId { get; set; }
public Guid CorrelationId { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentTelemetryParameters 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; [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentTelemetryParameters is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] set; }
var guid = isolatedWindowsEnvironmentTelemetryParameters.correlationId;
isolatedWindowsEnvironmentTelemetryParameters.correlationId = guid;
Public Property CorrelationId As Guid

属性值

Guid

Platform::Guid

winrt::guid

GUID

属性

注解

警告

这是一个已弃用的 API。

适用于