다음을 통해 공유


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입니다.

적용 대상