共用方式為


ITextView.ViewportWidth 屬性

取得可見內容視窗的寬度 (包含邊界,以邏輯像素為單位)。

命名空間:  Microsoft.VisualStudio.Text.Editor
組件:  Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)

語法

'宣告
ReadOnly Property ViewportWidth As Double
double ViewportWidth { get; }
property double ViewportWidth {
    double get ();
}
abstract ViewportWidth : float with get
function get ViewportWidth () : double

屬性值

類型:Double
檢視區的寬度。

.NET Framework 安全性

請參閱

參考

ITextView 介面

Microsoft.VisualStudio.Text.Editor 命名空間