comHandlerType 複雜類型
定義 ComHandler 元素的子專案和排序資訊。
<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>
子元素
元素 | 類型 | 描述 |
---|---|---|
ClassId | guidType | 指定處理常式類別的識別碼。 |
資料 | dataType | 指定與處理常式相關聯的其他資料。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows Server 2008 [僅限傳統型應用程式] |