TaskbarItemInfo.SetTaskbarItemInfo Method

Sets the value of the TaskbarItemInfo attached property for an object.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Shared Sub SetTaskbarItemInfo ( _
    window As Window, _
    value As TaskbarItemInfo _
)
public static void SetTaskbarItemInfo(
    Window window,
    TaskbarItemInfo value
)
public:
static void SetTaskbarItemInfo(
    Window^ window, 
    TaskbarItemInfo^ value
)
static member SetTaskbarItemInfo : 
        window:Window * 
        value:TaskbarItemInfo -> unit 
public static function SetTaskbarItemInfo(
    window : Window, 
    value : TaskbarItemInfo
)

Parameters

.NET Framework Security

See Also

Reference

TaskbarItemInfo Class

Microsoft.Windows.Shell Namespace