ItemType specifies the type of Favorite for a predefined Favorite item in the Internet Explorer® Favorite bar.

A Favorite can include web content such as links, feeds, web slices, or documents, such as Microsoft® Word, Microsoft Excel® and Microsoft PowerPoint® documents.

To add a predefined Favorite bar item in Windows® System Image Manager (Windows SIM), add the FavoriteBarItems component to your answer file. Next, right-click FavoriteBarItems, and select Insert New FavoriteBarItem.

Values

Headline

Specifies that the Favorite item is a web page. When users rest their mouse on the Favorite bar item, the top part of the selected web page is shown.

Webslice

Specifies a web slice. When users rest their mouse on the Favorite bar item, the web slice from this page is shown.

Valid Configuration Passes

specialize

Parent Hierarchy

Applies To

For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.

XML Example

The following XML example shows three Favorite bar items.

  Copy Code
<FavoriteBarItems> 
  <FavoriteBarItem> 
	<ItemKey>1</ItemKey> 
	<ItemName>Name1</ItemName> 
	<ItemUrl>http://www.fabrikam.com/stockwatch#stockprice</ItemUrl> 
	<ItemType>Webslice</ItemType> 
  </FavoriteBarItem> 
  <FavoriteBarItem> 
	<ItemKey>2</ItemKey> 
	<ItemName>Name2</ItemName> 
	<ItemUrl>http://www.msn.com/rss/ie8_slideshow.aspx</ItemUrl> 
	<ItemType>Webslice</ItemType> 
  </FavoriteBarItem> 
  <FavoriteBarItem> 
	<ItemKey>3</ItemKey> 
	<ItemName>Name3</ItemName> 
	<ItemUrl>http://www.fabrikam.com/xml/HomePage.xml</ItemUrl> 
	<ItemType>Headline</ItemType> 
  </FavoriteBarItem> 
</FavoriteBarItems>

See Also