AutoUpdateSettingsOptions.CreateFromAppInstallerInfo(AppInstallerInfo) Method

Definition

Creates a new instance of the AutoUpdateSettingsOptions with values from the provided AppInstallerInfo class.

public:
 static AutoUpdateSettingsOptions ^ CreateFromAppInstallerInfo(AppInstallerInfo ^ appInstallerInfo);
 static AutoUpdateSettingsOptions CreateFromAppInstallerInfo(AppInstallerInfo const& appInstallerInfo);
public static AutoUpdateSettingsOptions CreateFromAppInstallerInfo(AppInstallerInfo appInstallerInfo);
function createFromAppInstallerInfo(appInstallerInfo)
Public Shared Function CreateFromAppInstallerInfo (appInstallerInfo As AppInstallerInfo) As AutoUpdateSettingsOptions

Parameters

appInstallerInfo
AppInstallerInfo

The AppInstallerInfo object from which a new AutoUpdateSettingsOptions instance is created.

Returns

The new instance of the AutoUpdateSettingsOptions class.

Applies to