Compartilhar via


Construtor SpaceNegotiatingAdornmentTag

Inicializa uma nova instância de um SpaceNegotiatingAdornmentTag com as propriedades especificadas.

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

Sintaxe

'Declaração
Public Sub New ( _
    width As Double, _
    topSpace As Double, _
    baseline As Double, _
    textHeight As Double, _
    bottomSpace As Double, _
    affinity As PositionAffinity, _
    identityTag As Object, _
    providerTag As Object _
)
public SpaceNegotiatingAdornmentTag(
    double width,
    double topSpace,
    double baseline,
    double textHeight,
    double bottomSpace,
    PositionAffinity affinity,
    Object identityTag,
    Object providerTag
)
public:
SpaceNegotiatingAdornmentTag(
    double width, 
    double topSpace, 
    double baseline, 
    double textHeight, 
    double bottomSpace, 
    PositionAffinity affinity, 
    Object^ identityTag, 
    Object^ providerTag
)
new : 
        width:float * 
        topSpace:float * 
        baseline:float * 
        textHeight:float * 
        bottomSpace:float * 
        affinity:PositionAffinity * 
        identityTag:Object * 
        providerTag:Object -> SpaceNegotiatingAdornmentTag
public function SpaceNegotiatingAdornmentTag(
    width : double, 
    topSpace : double, 
    baseline : double, 
    textHeight : double, 
    bottomSpace : double, 
    affinity : PositionAffinity, 
    identityTag : Object, 
    providerTag : Object
)

Parâmetros

  • width
    Tipo: Double

    A largura da marca em pixels.

  • baseline
    Tipo: Double

    A linha de base do adorno de negociação de espaço.

  • textHeight
    Tipo: Double

    A altura em pixels da parte de texto o adorno de negociação de espaço.

  • bottomSpace
    Tipo: Double

    O espaço necessário entre o texto na parte inferior a ITextViewLine e a parte inferior da ITextViewLine.

  • identityTag
    Tipo: Object

    Um objeto exclusivo associado adorno negociando o espaço usado por GetAdornmentBounds.

  • providerTag
    Tipo: Object

    Um objeto exclusivo que identifica o provedor de adorno, usado por GetAdornmentTags).

Segurança do .NET Framework

Consulte também

Referência

SpaceNegotiatingAdornmentTag Classe

Namespace Microsoft.VisualStudio.Text.Tagging