AppInstallerManager.ClearAutoUpdateSettings(String) 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.
Completely removes any saved auto-update information from the package
public:
virtual void ClearAutoUpdateSettings(Platform::String ^ packageFamilyName) = ClearAutoUpdateSettings;
void ClearAutoUpdateSettings(winrt::hstring const& packageFamilyName);
public void ClearAutoUpdateSettings(string packageFamilyName);
function clearAutoUpdateSettings(packageFamilyName)
Public Sub ClearAutoUpdateSettings (packageFamilyName As String)
Parameters
- packageFamilyName
-
String
Platform::String
winrt::hstring
The package family name for the package from which to remove auto-update settings.