AutoUpdateSettingsOptions.CreateFromAppInstallerInfo(AppInstallerInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.