FavIconFileFavIconFile
FavIconFile
指定要将与相关联的图标FavoriteItem收藏夹文件夹中。FavIconFile
specifies the icon to associate with the FavoriteItem in the Favorites folder.
值Values
Path_and_file_namePath_and_file_name |
指定的位置和要将与相关联的图标的名称FavoriteItem收藏夹文件夹,例如,C:\Windows\favlink2.ico 中。Specifies the location and the name of the icon to associate with the FavoriteItem in the Favorites folder, for example, C:\Windows\favlink2.ico. Path_and_file_name是一个字符串。Path_and_file_name is a string. |
此字符串类型支持空元素。This string type supports empty elements.
有效配置阶段Valid Configuration Passes
专用化specialize
父层次结构Parent Hierarchy
Microsoft-Windows-IE-InternetExplorer | FavoritesList | FavoriteItem | FavIconFileMicrosoft-Windows-IE-InternetExplorer | FavoritesList | FavoriteItem | FavIconFile
适用于Applies To
有关受支持的 Windows 版本和体系结构,该组件支持的列表,请参阅Microsoft Windows IE InternetExplorer。For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.
XML 示例XML Example
以下 XML 输出指定如何配置收藏夹。The following XML output specifies how to configure favorites.
<FavoritesList>
<FavoriteItem wcm:action="add">
<FavIconFile>C:\Windows\favlink1.ico</FavIconFile>
<FavID>Favorite1</FavID>
<FavOffLine>true</FavOffLine>
<FavTitle>My Favorite</FavTitle>
<FavURL>http://www.fabrikam.com/myfav1</FavURL>
</FavoriteItem>
<FavoriteItem wcm:action="add">
<FavIconFile>C:\Windows\favlink2.ico</FavIconFile>
<FavID>Favorite2</FavID>
<FavOffLine>true</FavOffLine>
<FavTitle>Favorite 2</FavTitle>
<FavURL>http://www.fabrikam.com/myfav2</FavURL>
</FavoriteItem>
</FavoritesList>