[PreserveSigAttribute]
HResult SetTabOrder(
IntPtr hWndTab,
IntPtr hWndInsertBefore
)
<PreserveSigAttribute>
Function SetTabOrder (
hWndTab As IntPtr,
hWndInsertBefore As IntPtr
) As HResult
Dim instance As ITaskbarList4
Dim hWndTab As IntPtr
Dim hWndInsertBefore As IntPtr
Dim returnValue As HResult
returnValue = instance.SetTabOrder(hWndTab,
hWndInsertBefore)
[PreserveSigAttribute]
HResult SetTabOrder(
IntPtr hWndTab,
IntPtr hWndInsertBefore
)
[<PreserveSigAttribute>]
abstract SetTabOrder :
hWndTab : IntPtr *
hWndInsertBefore : IntPtr -> HResult
No code example is currently available or this language may not be supported.
[Missing <param name="hWndTab"/> documentation for "M:DevCase.Win32.Interfaces.ITaskbarList4.SetTabOrder(System.IntPtr,System.IntPtr)"]
[Missing <param name="hWndInsertBefore"/> documentation for "M:DevCase.Win32.Interfaces.ITaskbarList4.SetTabOrder(System.IntPtr,System.IntPtr)"]
[Missing <returns> documentation for "M:DevCase.Win32.Interfaces.ITaskbarList4.SetTabOrder(System.IntPtr,System.IntPtr)"]