LongBufferLineThreshold 類別
The option definition that determines the threshold for special handling of long lines.
繼承階層架構
Object
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition<Int32>
Microsoft.VisualStudio.Text.Editor.LongBufferLineThreshold
命名空間: Microsoft.VisualStudio.Text.Editor
組件: Microsoft.VisualStudio.Text.Logic (在 Microsoft.VisualStudio.Text.Logic.dll 中)
語法
'宣告
<ExportAttribute(GetType(EditorOptionDefinition))> _
<NameAttribute("LongBufferLineThreshold")> _
Public NotInheritable Class LongBufferLineThreshold _
Inherits EditorOptionDefinition(Of Integer)
[ExportAttribute(typeof(EditorOptionDefinition))]
[NameAttribute("LongBufferLineThreshold")]
public sealed class LongBufferLineThreshold : EditorOptionDefinition<int>
[ExportAttribute(typeof(EditorOptionDefinition))]
[NameAttribute(L"LongBufferLineThreshold")]
public ref class LongBufferLineThreshold sealed : public EditorOptionDefinition<int>
[<Sealed>]
[<ExportAttribute(typeof(EditorOptionDefinition))>]
[<NameAttribute("LongBufferLineThreshold")>]
type LongBufferLineThreshold =
class
inherit EditorOptionDefinition<int>
end
public final class LongBufferLineThreshold extends EditorOptionDefinition<int>
LongBufferLineThreshold 類型會公開下列成員。
建構函式
名稱 | 描述 | |
---|---|---|
![]() |
LongBufferLineThreshold | Initializes a new instance of LongBufferLineThreshold. |
回頁首
屬性
名稱 | 描述 | |
---|---|---|
![]() |
Default | Gets the default value (32K). (覆寫 EditorOptionDefinition<T>.Default。) |
![]() |
DefaultValue | 取得選項的預設值。 (繼承自 EditorOptionDefinition<T>)。 |
![]() |
Key | Gets the editor option key. (覆寫 EditorOptionDefinition<T>.Key。) |
![]() |
Name | 取得選項的名稱。 (繼承自 EditorOptionDefinition<T>)。 |
![]() |
ValueType | 取得選項的實際型別。 (繼承自 EditorOptionDefinition<T>)。 |
回頁首
方法
名稱 | 描述 | |
---|---|---|
![]() |
Equals | 判斷兩個 EditorOptionDefinition 物件是否相同。 (繼承自 EditorOptionDefinition)。 |
![]() |
GetHashCode | 取得這個型別的雜湊程式碼。 (繼承自 EditorOptionDefinition)。 |
![]() |
GetType | 取得目前實例 Type 的屬性。 (繼承自 Object)。 |
![]() |
IsApplicableToScope | 判斷這個選項是否適用於指定的範圍 (例如,文字緩衝區)。 (繼承自 EditorOptionDefinition)。 |
![]() |
IsValid(Object%) | 判斷建議值是否有效。 (繼承自 EditorOptionDefinition<T>)。 |
![]() |
ToString | 傳回代表目前物件的字串。 (繼承自 Object)。 |
回頁首
執行緒安全
這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。