Sets the appUserModelId
(string appId)
| 912 | /// Sets the appUserModelId |
| 913 | /// </summary> |
| 914 | public void SetAppUserModelId(string appId) |
| 915 | { |
| 916 | var propStore = (IPropertyStore)linkW; |
| 917 | var pkey = PROPERTYKEY.PKEY_AppUserModel_ID; |
| 918 | var str = PropVariant.FromString (appId); |
| 919 | propStore.SetValue(ref pkey, ref str); |
| 920 | } |
| 921 | |
| 922 | /// <summary> |
| 923 | /// Sets the ToastActivatorCLSID |