IntraTextAdornment 类

支持 IntraTextAdornmentTag 对象附带的文本内修饰。

继承层次结构

Object
  Microsoft.VisualStudio.Text.Editor.IntraTextAdornment

命名空间:  Microsoft.VisualStudio.Text.Editor
程序集:  Microsoft.VisualStudio.Text.UI.Wpf(在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

语法

声明
Public NotInheritable Class IntraTextAdornment
public static class IntraTextAdornment
public ref class IntraTextAdornment abstract sealed
[<AbstractClass>]
[<Sealed>]
type IntraTextAdornment =  class end
public final class IntraTextAdornment

IntraTextAdornment 类型公开以下成员。

方法

  名称 说明
公共方法静态成员 GetIsSelected 获取指定 UIElement 的 IsSelected 值。
公共方法静态成员 SetIsSelected 设置指定 UIElement 的 IsSelected 值。

页首

字段

  名称 说明
公共字段静态成员 IsSelected 表示这些修饰的 IsSelected 属性。

页首

备注

有关修饰的说明,请参见 编辑扩展点 “扩展的修饰”部分和 在编辑器内“修饰”一节。

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.VisualStudio.Text.Editor 命名空间