IUserSettingsStoreManagement.UpdateUserSettings(Guid, Guid, Byte[]) 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.
UpdateUserSettings user settings data for current user
public:
void UpdateUserSettings(Guid settingsId, Guid settingsTypeId, cli::array <System::Byte> ^ settings);
public void UpdateUserSettings (Guid settingsId, Guid settingsTypeId, byte[] settings);
abstract member UpdateUserSettings : Guid * Guid * byte[] -> unit
Public Sub UpdateUserSettings (settingsId As Guid, settingsTypeId As Guid, settings As Byte())
Parameters
- settingsId
- Guid
- settingsTypeId
- Guid
- settings
- Byte[]