TestingEnvironment Schema
IconInfo Element
Description
Icon information for the element.
Namespace(none)
Diagram
IconInfo Element
Overview
IconInfo
Icon information for the element.
IconFile required xs:string
The file system path to the file which contains the icon. Can be a dll, exe, or ico file.
IconIndex optional xs:integer
The index to the location of the icon inside the dll or exe.
Attributes
NameTypeUseDefaultFixedDescription
IconFilexs:stringrequired  The file system path to the file which contains the icon. Can be a dll, exe, or ico file.
IconIndexxs:integeroptional  The index to the location of the icon inside the dll or exe.
Source
<xs:element name="IconInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Icon information for the element.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="IconFile" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation>The file system path to the file which contains the icon. Can be a dll, exe, or ico file.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="IconIndex" type="xs:integer" use="optional">
      <xs:annotation>
        <xs:documentation>The index to the location of the icon inside the dll or exe.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
See Also