共用方式為


ApplicationView.SetDesiredBoundsMode(ApplicationViewBoundsMode) 方法

定義

設定值,指出架構用來配置視窗內容的界限, (應用程式檢視) 。

public:
 virtual bool SetDesiredBoundsMode(ApplicationViewBoundsMode boundsMode) = SetDesiredBoundsMode;
bool SetDesiredBoundsMode(ApplicationViewBoundsMode const& boundsMode);
public bool SetDesiredBoundsMode(ApplicationViewBoundsMode boundsMode);
function setDesiredBoundsMode(boundsMode)
Public Function SetDesiredBoundsMode (boundsMode As ApplicationViewBoundsMode) As Boolean

參數

boundsMode
ApplicationViewBoundsMode

架構應該用來配置視窗內容的界限, (應用程式檢視) 。

傳回

Boolean

bool

true 表示確認 DesiredBoundsMode 的變更成功;否則為 false

適用於