Partager via


Add-On Elements (Windows CE 5.0)

Send Feedback

Add-on components contain information about custom devices and platforms required to consume a particular SDK.

The following table shows the software ADDON elements of the datastore schema.

Element Description
ADDONCONTAINER Represents a collection of ADDON objects.
ADDON Represents ADDON attributes such as PACKAGECONTAINER and FILECONTAINER.
ADDONSINSTALLEDCONTAINER Represents a collection of installed ADDON objects.
ADDONSINSTALLED Represents installed ADDON objects.

Member Elements

  • ADDON
    Represents ADDON elements that allow add-on files to extend the information in the datastore, such as PACKAGECONTAINER, FILECONTAINER, or other datastore elements.

    <ADDON ....>
    
    </ADDON>
    
  • ADDONCONTAINER
    Represents a collection of ADDON objects.

    <ADDONCONTAINER ....>
        <ADDON>...</ADDON>
    
    </ADDONSINSTALLEDCONTAINER>
    
  • ADDONSINSTALLED
    An ADDONSINSTALLED element contains a PROPERTYCONTAINER element containing properties of any installed ADDON elements.

    <ADDONSINSTALLED ....>
    
    </ADDONSINSTALLED>
    
  • ADDONSINSTALLEDCONTAINER
    An ADDONSINSTALLEDCONTAINER contains a collection of ADDONSINSTALLED elements.

    <ADDONSINSTALLEDCONTAINER ....>
        <ADDONSINSTALLED>...</ADDONSINSTALLED>
    
    </ADDONSINSTALLEDCONTAINER>
    

See Also

Datastore Schema

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.