次の方法で共有


SpaceNegotiatingAdornmentTag コンストラクター

定義

オーバーロード

SpaceNegotiatingAdornmentTag(Double, Double, Double, Double, Double, PositionAffinity, Object, Object)

指定したプロパティを使用して、 の SpaceNegotiatingAdornmentTag 新しいインスタンスを初期化します。

SpaceNegotiatingAdornmentTag(Double, Double, Double, Double, Double, PositionAffinity, Object, Object, Double)

指定したプロパティを使用して、 の SpaceNegotiatingAdornmentTag 新しいインスタンスを初期化します。

SpaceNegotiatingAdornmentTag(Double, Double, Double, Double, Double, PositionAffinity, Object, Object)

指定したプロパティを使用して、 の SpaceNegotiatingAdornmentTag 新しいインスタンスを初期化します。

public:
 SpaceNegotiatingAdornmentTag(double width, double topSpace, double baseline, double textHeight, double bottomSpace, Microsoft::VisualStudio::Text::PositionAffinity affinity, System::Object ^ identityTag, System::Object ^ providerTag);
public:
 SpaceNegotiatingAdornmentTag(double width, double topSpace, double baseline, double textHeight, double bottomSpace, Microsoft::VisualStudio::Text::PositionAffinity affinity, Platform::Object ^ identityTag, Platform::Object ^ providerTag);
 SpaceNegotiatingAdornmentTag(double width, double topSpace, double baseline, double textHeight, double bottomSpace, Microsoft::VisualStudio::Text::PositionAffinity affinity, winrt::Windows::Foundation::IInspectable const & identityTag, winrt::Windows::Foundation::IInspectable const & providerTag);
public SpaceNegotiatingAdornmentTag (double width, double topSpace, double baseline, double textHeight, double bottomSpace, Microsoft.VisualStudio.Text.PositionAffinity affinity, object identityTag, object providerTag);
new Microsoft.VisualStudio.Text.Tagging.SpaceNegotiatingAdornmentTag : double * double * double * double * double * Microsoft.VisualStudio.Text.PositionAffinity * obj * obj -> Microsoft.VisualStudio.Text.Tagging.SpaceNegotiatingAdornmentTag
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)

パラメーター

width
Double

タグの幅 (ピクセル単位)。

topSpace
Double

内のテキストの先頭と の上部ITextViewLineの間にITextViewLine必要なスペース。

baseline
Double

スペースネゴシエートの装飾のベースライン。

textHeight
Double

スペース ネゴシエート表示要素のテキスト部分の高さ (ピクセル単位)。

bottomSpace
Double

内のテキストの下部と のボットトンITextViewLineの間にITextViewLine必要なスペース。

affinity
PositionAffinity

PositionAffinityスペースネゴシエートの装飾の 。

identityTag
Object

によって ITextViewLine使用されるスペース ネゴシエート表示要素に関連付けられた一意のオブジェクト。GetAdornmentBounds。

providerTag
Object

によって GetAdornmentTags(Object)使用される装飾のプロバイダーを識別する一意のオブジェクト。

適用対象

SpaceNegotiatingAdornmentTag(Double, Double, Double, Double, Double, PositionAffinity, Object, Object, Double)

指定したプロパティを使用して、 の SpaceNegotiatingAdornmentTag 新しいインスタンスを初期化します。

public SpaceNegotiatingAdornmentTag (double width, double topSpace, double baseline, double textHeight, double bottomSpace, Microsoft.VisualStudio.Text.PositionAffinity affinity, object identityTag, object providerTag, double ranking);
new Microsoft.VisualStudio.Text.Tagging.SpaceNegotiatingAdornmentTag : double * double * double * double * double * Microsoft.VisualStudio.Text.PositionAffinity * obj * obj * double -> Microsoft.VisualStudio.Text.Tagging.SpaceNegotiatingAdornmentTag
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, ranking As Double)

パラメーター

width
Double

タグの幅 (ピクセル単位)。

topSpace
Double

内のテキストの先頭と の上部ITextViewLineの間にITextViewLine必要なスペース。

baseline
Double

スペースネゴシエートの装飾のベースライン。

textHeight
Double

スペース ネゴシエート表示要素のテキスト部分の高さ (ピクセル単位)。

bottomSpace
Double

内のテキストの下部と のボットトンITextViewLineの間にITextViewLine必要なスペース。

affinity
PositionAffinity

PositionAffinityスペースネゴシエートの装飾の 。

identityTag
Object

によって ITextViewLine使用されるスペース ネゴシエート表示要素に関連付けられた一意のオブジェクト。GetAdornmentBounds。

providerTag
Object

によって GetAdornmentTags(Object)使用される装飾のプロバイダーを識別する一意のオブジェクト。

ranking
Double

一致する装飾を注文するために使用されるタイ ブレーカー。

適用対象