共用方式為


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 和其他應用程式類型。

適用於

另請參閱