バージョン

CreatePresenter メソッド (MarginBase)

EditorDocumentView 内の Margin を表す要素のインスタンスを返します。
シンタックス
'宣言
 
Public MustOverride Function CreatePresenter( _
   ByVal documentView As DocumentViewBase _
) As FrameworkElement
public abstract FrameworkElement CreatePresenter( 
   DocumentViewBase documentView
)

パラメータ

documentView
Margin プレゼンターを作成する DocumentViewBase

戻り値の型

UI 内の Margin を表す FrameworkElement 派生クラスのインスタンス。
参照