Compartilhar via


Método IWpfTextViewMarginProvider.CreateMargin

Cria um IWpfTextViewMargin para o dado IWpfTextViewHost.

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

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.Text.Editor.IWpfTextViewMargin
O IWpfTextViewMargin.

Comentários

Esse método pode retornar nulluma referência nula (Nothing no Visual Basic) se este IWpfTextViewMarginProvider não participará para este contexto.

Segurança do .NET Framework

Consulte também

Referência

IWpfTextViewMarginProvider Interface

Namespace Microsoft.VisualStudio.Text.Editor