共用方式為


DefaultTextViewOptions.UseVisibleWhitespaceId 欄位

判斷是否要將空間和索引標籤顯示為可見圖像。

命名空間:  Microsoft.VisualStudio.Text.Editor
組件:  Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)

語法

'宣告
Public Shared ReadOnly UseVisibleWhitespaceId As EditorOptionKey(Of Boolean)
public static readonly EditorOptionKey<bool> UseVisibleWhitespaceId
public:
static initonly EditorOptionKey<bool> UseVisibleWhitespaceId
static val UseVisibleWhitespaceId: EditorOptionKey<bool>
public static final var UseVisibleWhitespaceId : EditorOptionKey<boolean>

.NET Framework 安全性

請參閱

參考

DefaultTextViewOptions 類別

Microsoft.VisualStudio.Text.Editor 命名空間