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>
자식 요소
요소 | Type | Description |
---|---|---|
Classid | guidType | 처리기 클래스의 식별자를 지정합니다. |
데이터 | dataType | 처리기와 연결된 추가 데이터를 지정합니다. |
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 |
Windows Vista [데스크톱 앱만 해당] |
지원되는 최소 서버 |
Windows Server 2008 [데스크톱 앱만 해당] |