Share via


TaskbarItemInfo.GetTaskbarItemInfo Method

Gets 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 Function GetTaskbarItemInfo ( _
    window As Window _
) As TaskbarItemInfo
public static TaskbarItemInfo GetTaskbarItemInfo(
    Window window
)
public:
static TaskbarItemInfo^ GetTaskbarItemInfo(
    Window^ window
)
static member GetTaskbarItemInfo : 
        window:Window -> TaskbarItemInfo 
public static function GetTaskbarItemInfo(
    window : Window
) : TaskbarItemInfo

Parameters

Return Value

Type: Microsoft.Windows.Shell.TaskbarItemInfo
The object’s TaskbarItemInfo property value.

.NET Framework Security

See Also

Reference

TaskbarItemInfo Class

Microsoft.Windows.Shell Namespace