WindowTabThumbnailRequestedEventArgs.RequestedSize 属性

定义

获取系统为缩略图请求的大小。

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 和其他应用类型。

适用于

另请参阅