DisplayPath.TargetResolution 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property IReference<SizeInt32> ^ TargetResolution { IReference<SizeInt32> ^ get(); void set(IReference<SizeInt32> ^ value); };
IReference<SizeInt32> TargetResolution();
void TargetResolution(IReference<SizeInt32> value);
public System.Nullable<SizeInt32> TargetResolution { get; set; }
var iReference = displayPath.targetResolution;
displayPath.targetResolution = iReference;
Public Property TargetResolution As Nullable(Of SizeInt32)
屬性值
值,表示提供給目標監視器的框架大小。
備註
這個屬性可以保持未設定 (null) ,以便讓系統在 呼叫 TryApply 或 TryFunctionalize期間填入它。