RegistryProperty.SetRegistryProperties 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.
public System.Threading.Tasks.Task SetRegistryProperties (System.Collections.Generic.IDictionary<string,object> properties, System.Threading.CancellationToken token);
abstract member SetRegistryProperties : System.Collections.Generic.IDictionary<string, obj> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.SetRegistryProperties : System.Collections.Generic.IDictionary<string, obj> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function SetRegistryProperties (properties As IDictionary(Of String, Object), token As CancellationToken) As Task
Parameters
- properties
- IDictionary<String,Object>
- token
- CancellationToken