IWpfTextViewMargin 介面
代表 WPF 文字檢視邊界。
命名空間: Microsoft.VisualStudio.Text.Editor
組件: Microsoft.VisualStudio.Text.UI.Wpf (在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)
語法
'宣告
Public Interface IWpfTextViewMargin _
Inherits ITextViewMargin, IDisposable
public interface IWpfTextViewMargin : ITextViewMargin,
IDisposable
public interface class IWpfTextViewMargin : ITextViewMargin,
IDisposable
type IWpfTextViewMargin =
interface
interface ITextViewMargin
interface IDisposable
end
public interface IWpfTextViewMargin extends ITextViewMargin, IDisposable
IWpfTextViewMargin 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
Enabled | 判斷是否啟用邊界。 (繼承自 ITextViewMargin)。 | |
MarginSize | 取得邊界的大小。 (繼承自 ITextViewMargin)。 | |
VisualElement | 取得FrameworkElement所呈現的邊界。 |
回頁首
方法
名稱 | 描述 | |
---|---|---|
Dispose | 執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。 (繼承自 IDisposable)。 | |
GetTextViewMargin | 取得ITextViewMargin具有指定名稱。 (繼承自 ITextViewMargin)。 |
回頁首
備註
如需有關邊界的詳細資訊,請參閱 「 邊界 」 一節在 [編輯器]。 如需有關邊界的詳細資訊,請參閱"延伸邊界與捲軸 」 一節編輯器的擴充點。