DescriptionText2DescriptionText2
DescriptionText2
在 [Windows Server Backup] 功能表中,指定線上備份服務的兩行描述的第二行。DescriptionText2
specifies the second 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:
The full version includes additional features, such as Recovery Feature 1 and Recovery Feature 2
.The full version includes additional features, such as Recovery Feature 1 and Recovery Feature 2
.
值Values
ResourceIDResourceID |
在線上備份服務的兩行描述的第二行中,指定資源 DLL 檔案的資源識別碼。Specifies the resource ID from the resource DLL file for the second 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-線上-主要 | DescriptionText2Microsoft-Windows-BLB-WSB-Online-Main | DescriptionText2
套用至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