NativeMessage Conversion (NativeMessage to Message)
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Shared Widening Operator CType (
msg As NativeMessage
) As Message
Dim input As NativeMessage
Dim output As Message
output = CType(input, Message)
F# does not support the declaration of new casting operators.
No code example is currently available or this language may not be supported.
- msg NativeMessage
-
The NativeMessage.
Message
The resulting
Message.