共用方式為


SystemPropertiesType) 元素 (相互關聯

取用者可用來將相關事件群組在一起的活動識別碼。

<xs:element name="Correlation">
    <xs:complexType>
        <xs:attribute name="ActivityID"
            type="GUIDType"
            use="optional"
         />
        <xs:attribute name="RelatedActivityID"
            type="GUIDType"
            use="optional"
         />
    </xs:complexType>
</xs:element>

Correlation元素是由SystemPropertiesType複雜類型所定義。

屬性

名称 類型 描述
ActivityID GUIDType 識別目前活動的全域唯一識別碼。 以這個識別碼發佈的事件是相同活動的一部分。
RelatedActivityID GUIDType 全域唯一識別碼,可識別控制項傳送至的活動。 然後,相關事件會將此識別碼作為其 ActivityID 識別碼。

規格需求

需求
最低支援的用戶端
Windows Vista [僅限傳統型應用程式]
最低支援的伺服器
Windows Server 2008 [僅限傳統型應用程式]

另請參閱

父元素

System (EventType)