Share via


IsolatedWindowsEnvironmentTelemetryParameters.CorrelationId プロパティ

定義

非推奨になりました。 API の品質を向上させるために Microsoft テレメトリで使用される 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 です。

適用対象