Edit

Share via


RegistryProperty.GetRegistryProperties Method

Definition

public System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<string,string>> GetRegistryProperties (System.Collections.Generic.IList<string> propertyNames, System.Threading.CancellationToken token);
abstract member GetRegistryProperties : System.Collections.Generic.IList<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<string, string>>
override this.GetRegistryProperties : System.Collections.Generic.IList<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<string, string>>
Public Function GetRegistryProperties (propertyNames As IList(Of String), token As CancellationToken) As Task(Of IDictionary(Of String, String))

Parameters

propertyNames
IList<String>

Returns

Implements

Applies to