Share via


showMessageType 복합 형식

메시지 상자를 표시하는 작업을 나타내는 요소를 정의합니다.

<xs:complexType name="showMessageType">
    <xs:complexContent>
        <xs:extension
            base="actionBaseType"
        >
            <xs:all>
                <xs:element name="Title"
                    type="nonEmptyString"
                 />
                <xs:element name="Body"
                    type="nonEmptyString"
                 />
            </xs:all>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

자식 요소

요소 Type Description
본문 nonEmptyString 메시지 상자의 본문에 표시할 텍스트를 지정합니다.
제목 nonEmptyString 메시지 상자의 제목을 지정합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트
Windows Vista [데스크톱 앱만 해당]
지원되는 최소 서버
Windows Server 2008 [데스크톱 앱만 해당]