共用方式為


ISystemBackdropControllerWithTargets.SetSystemBackdropConfiguration 方法

定義

設定要套用至系統底板控制器的應用程式特定原則。

public:
 void SetSystemBackdropConfiguration(SystemBackdropConfiguration ^ configuration);
void SetSystemBackdropConfiguration(SystemBackdropConfiguration const& configuration);
public void SetSystemBackdropConfiguration(SystemBackdropConfiguration configuration);
function setSystemBackdropConfiguration(configuration)
Public Sub SetSystemBackdropConfiguration (configuration As SystemBackdropConfiguration)

參數

configuration
SystemBackdropConfiguration

組態物件,描述要套用至系統底板控制器的應用程式特定原則。

備註

SystemBackdropConfiguration是必要專案,而且不能是 null 。 沒有設定的系統底板控制器將不會執行任何動作,即使已新增目標也一樣。

適用於