Freigeben über


IWpfTextViewMarginProvider.CreateMargin-Methode

Erstellt einen IWpfTextViewMargin für den angegebenen IWpfTextViewHost.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Function CreateMargin ( _
    wpfTextViewHost As IWpfTextViewHost, _
    marginContainer As IWpfTextViewMargin _
) As IWpfTextViewMargin
IWpfTextViewMargin CreateMargin(
    IWpfTextViewHost wpfTextViewHost,
    IWpfTextViewMargin marginContainer
)
IWpfTextViewMargin^ CreateMargin(
    IWpfTextViewHost^ wpfTextViewHost, 
    IWpfTextViewMargin^ marginContainer
)
abstract CreateMargin : 
        wpfTextViewHost:IWpfTextViewHost * 
        marginContainer:IWpfTextViewMargin -> IWpfTextViewMargin
function CreateMargin(
    wpfTextViewHost : IWpfTextViewHost, 
    marginContainer : IWpfTextViewMargin
) : IWpfTextViewMargin

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Text.Editor.IWpfTextViewMargin
Der IWpfTextViewMargin.

Hinweise

Diese Methode gibt möglicherweise nullein Nullverweis (Nothing in Visual Basic) zurück, wenn dieses IWpfTextViewMarginProvider nicht für diesen Kontext teilnimmt.

.NET Framework-Sicherheit

Siehe auch

Referenz

IWpfTextViewMarginProvider Schnittstelle

Microsoft.VisualStudio.Text.Editor-Namespace