获取或设置分类格式的 TextDecorationCollection。
命名空间: Microsoft.VisualStudio.Text.Classification
程序集: Microsoft.VisualStudio.Text.UI.Wpf(在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)
语法
声明
Public Property TextDecorations As TextDecorationCollection
public TextDecorationCollection TextDecorations { get; protected set; }
public:
property TextDecorationCollection^ TextDecorations {
TextDecorationCollection^ get ();
protected: void set (TextDecorationCollection^ value);
}
member TextDecorations : TextDecorationCollection with get, set
function get TextDecorations () : TextDecorationCollection
protected function set TextDecorations (value : TextDecorationCollection)
属性值
类型:TextDecorationCollection
文本修饰。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。