IReadOnlyRegion.EdgeInsertionMode 属性

只读区域的边缘插入行为。

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

语法

声明
ReadOnly Property EdgeInsertionMode As EdgeInsertionMode
EdgeInsertionMode EdgeInsertionMode { get; }
property EdgeInsertionMode EdgeInsertionMode {
    EdgeInsertionMode get ();
}
abstract EdgeInsertionMode : EdgeInsertionMode with get
function get EdgeInsertionMode () : EdgeInsertionMode

属性值

类型:Microsoft.VisualStudio.Text.EdgeInsertionMode
EdgeInsertionMode

.NET Framework 安全性

请参阅

参考

IReadOnlyRegion 接口

Microsoft.VisualStudio.Text 命名空间