TaskbarItemInfo.GetTaskbarItemInfo 方法

获取对象的 TaskbarItemInfo 附加属性的值。

命名空间:  Microsoft.Windows.Shell
程序集:  Microsoft.Windows.Shell(在 Microsoft.Windows.Shell.dll 中)

语法

声明
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

参数

返回值

类型:Microsoft.Windows.Shell.TaskbarItemInfo
对象的 TaskbarItemInfo 属性值。

.NET Framework 安全性

请参见

参考

TaskbarItemInfo 类

Microsoft.Windows.Shell 命名空间