LanguagePreferences.VirtualSpace 属性

获取或设置编辑器是否应该假定空间在所有行的结尾。

命名空间:  Microsoft.VisualStudio.Package
程序集:   Microsoft.VisualStudio.Package.LanguageService.10.0(在 Microsoft.VisualStudio.Package.LanguageService.10.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.11.0(在 Microsoft.VisualStudio.Package.LanguageService.11.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.9.0(在 Microsoft.VisualStudio.Package.LanguageService.9.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService(在 Microsoft.VisualStudio.Package.LanguageService.dll 中)

语法

声明
Public Property VirtualSpace As Boolean
public bool VirtualSpace { get; set; }

属性值

类型:System.Boolean
true ,如果每行视为具有虚拟空间在末尾,否则 false。

备注

此属性不用于默认托管包 framework 语言服务类。

此属性会影响首选项值 fVirtualSpace

.NET Framework 安全性

请参见

参考

LanguagePreferences 类

Microsoft.VisualStudio.Package 命名空间