DescriptionText1DescriptionText1
DescriptionText1
在 [Windows Server Backup] 功能表中,指定線上備份服務的兩行描述中的第一個。DescriptionText1
specifies the first of two lines of a description of an online backup service in the Windows Server Backup menus.
在安裝線上備份服務之前,Windows 會顯示建議的線上備份服務的描述。Before an online backup service is installed, Windows displays a description of a recommended online backup service. 此文字是描述的一部分。This text is part of the description.
此描述文字會新增至 ResourceDll 設定所指定的資源 DLL 檔案,而且可能會針對不同區域進行當地語系化。This description text is added to the resource DLL file that the ResourceDll setting specifies, and may be localized for different regions. 如需有關如何為這些設定建立當地語系化版本的詳細資訊,請參閱搭配 使用 MUI 與應用程式。For information about how to create localized versions for these settings, see Using the MUI with Applications.
資源 DLL 檔中的描述文字必須是文字字串。The description text in the resource DLL file must be a text string. 例如,描述可能如下所示:For example, the description may resemble the following:
Learn how you can back up your important system files to our servers
.Learn how you can back up your important system files to our servers
.
值Values
ResourceIDResourceID |
針對線上備份服務的兩行描述的第一列,指定資源 DLL 檔中的資源識別碼。Specifies the resource ID from the resource DLL file for the first of two lines of the description of the online backup service. ResourceID 是一個整數。ResourceID is an integer. |
有效的設定階段Valid Configuration Passes
特殊化specialize
oobeSystemoobeSystem
父階層Parent Hierarchy
Microsoft-Windows-BLB-WSB-線上-主要 | DescriptionText1Microsoft-Windows-BLB-WSB-Online-Main | DescriptionText1
套用至Applies To
如需此元件所支援的 Windows 版本和架構清單,請參閱 Microsoft-Windows-BLB-WSB-Online-Main。For the list of the Windows editions and architectures that this component supports, see Microsoft-Windows-BLB-WSB-Online-Main.
XML 範例XML Example
下列 XML 輸出顯示如何描述建議的線上備份服務。The following XML output shows how to describe a recommended online backup service. 這包括提供者資訊、描述、連結和圖示。This includes provider information, descriptions, links, and an icon.
<EnableOnlineBackup>true</EnableOnlineBackup>
<ResourceDll>%ProgramFiles%\Microsoft Shared\Resource.dll</ResourceDll>
<ProviderName>100</ProviderName>
<Icon>101</Icon>
<Link1>200</Link1>
<Link1Text>201<Link1Text>
<DescriptionText1>202</DescriptionText1>
<Link2>300</Link2>
<Link2Text>301<Link2Text>
<DescriptionText2>302</DescriptionText2>
相關主題Related topics
Microsoft-Windows-BLB-WSB-Online-MainMicrosoft-Windows-BLB-WSB-Online-Main