DisplayView.ContentResolution プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
複製された DisplayPath オブジェクトのこのグループの論理コンテンツ解決。 ハードウェア クローンの DisplayView の場合、これは各パスの SourceResolution プロパティと同じ値になります。
public:
property IReference<SizeInt32> ^ ContentResolution { IReference<SizeInt32> ^ get(); void set(IReference<SizeInt32> ^ value); };
IReference<SizeInt32> ContentResolution();
void ContentResolution(IReference<SizeInt32> value);
public System.Nullable<SizeInt32> ContentResolution { get; set; }
var iReference = displayView.contentResolution;
displayView.contentResolution = iReference;
Public Property ContentResolution As Nullable(Of SizeInt32)