Window.TaskbarItemInfo 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 的 WindowWindows 7 任务栏缩略图。
public:
property System::Windows::Shell::TaskbarItemInfo ^ TaskbarItemInfo { System::Windows::Shell::TaskbarItemInfo ^ get(); void set(System::Windows::Shell::TaskbarItemInfo ^ value); };
public System.Windows.Shell.TaskbarItemInfo TaskbarItemInfo { get; set; }
member this.TaskbarItemInfo : System.Windows.Shell.TaskbarItemInfo with get, set
Public Property TaskbarItemInfo As TaskbarItemInfo
属性值
的 Windows 7 任务栏缩略图 Window。
注解
有关如何使用 Windows 7 任务栏缩略图的详细信息,请参阅 TaskbarItemInfo 类。