IUserSettingsStoreManagement.GetUserSettings(Guid, Guid) 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.
Retrive user settings for current user by Id
public:
cli::array <System::Byte> ^ GetUserSettings(Guid settingsId, Guid settingsTypeId);
public byte[] GetUserSettings (Guid settingsId, Guid settingsTypeId);
abstract member GetUserSettings : Guid * Guid -> byte[]
Public Function GetUserSettings (settingsId As Guid, settingsTypeId As Guid) As Byte()
Parameters
- settingsId
- Guid
- settingsTypeId
- Guid
Returns
Byte[]