[PreserveSigAttribute]
HResult OnPropertyValueChanged(
string deviceId,
PropertyKey propertyKey
)
<PreserveSigAttribute>
Function OnPropertyValueChanged (
deviceId As String,
propertyKey As PropertyKey
) As HResult
Dim instance As IMMNotificationClient
Dim deviceId As String
Dim propertyKey As PropertyKey
Dim returnValue As HResult
returnValue = instance.OnPropertyValueChanged(deviceId,
propertyKey)
[PreserveSigAttribute]
HResult OnPropertyValueChanged(
String^ deviceId,
PropertyKey propertyKey
)
[<PreserveSigAttribute>]
abstract OnPropertyValueChanged :
deviceId : string *
propertyKey : PropertyKey -> HResult
No code example is currently available or this language may not be supported.
[Missing <returns> documentation for "M:DevCase.Win32.Interfaces.IMMNotificationClient.OnPropertyValueChanged(System.String,DevCase.Win32.Structures.PropertyKey)"]