ITextChange2.IsOpaque 属性

Flag indicating whether the change is opaque.

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

语法

声明
ReadOnly Property IsOpaque As Boolean
bool IsOpaque { get; }
property bool IsOpaque {
    bool get ();
}
abstract IsOpaque : bool with get
function get IsOpaque () : boolean

属性值

类型:Boolean
Returns true if the change is opaque; otherwise, returns false.

.NET Framework 安全性

请参阅

参考

ITextChange2 接口

Microsoft.VisualStudio.Text 命名空间