SupportedSkus Element

 

Applies To: Windows Server Technical Preview

Specifies the operating systems that are supported by the add-in. If this element is empty, the add-in will apply to all operating systems that support add-ins.

  
<xs:element name="SupportedSkus" type="SkuCollectionType" minOccurs="0"/>  
  
<xs:complexType name="SkuCollectionType">  
   <xs:sequence>  
      <xs:element name="Sku" type="xs:string" minOccurs="1" maxOccurs="unbounded" />  
   </xs:sequence>  
</xs:complexType>  

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child Elements

Element Description
Sku Element Specifies a specific SKU to which the add-in applies.

Parent Elements

Element Description
Package Element Defines the metadata for an add-in package.

See Also

How to: Create the Metadata File for the Add-In