หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Defines the child elements and sequencing information for the ComHandler element.
<xs:complexType name="comHandlerType">
<xs:complexContent>
<xs:extension
base="actionBaseType"
>
<xs:all>
<xs:element name="ClassId"
type="guidType"
/>
<xs:element name="Data"
type="dataType"
minOccurs="0"
/>
</xs:all>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Child elements
| Element | Type | Description |
|---|---|---|
| ClassId | guidType | Specifies the identifier of the handler class. |
| Data | dataType | Specifies additional data associated with the handler. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2008 [desktop apps only] |