WindowTabThumbnailRequestedEventArgs.RequestedSize 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取系统为缩略图请求的大小。
public:
property BitmapSize RequestedSize { BitmapSize get(); };
BitmapSize RequestedSize();
public BitmapSize RequestedSize { get; }
var bitmapSize = windowTabThumbnailRequestedEventArgs.requestedSize;
Public ReadOnly Property RequestedSize As BitmapSize
属性值
系统为缩略图请求的大小。
注解
重要
此 API 仅适用于 Win32 桌面应用。 不支持 UWP 和其他应用类型。