LongBufferLineChunk 類別
The option definition that determines the determines the chunking size for long lines.
繼承階層架構
Object
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition<Int32>
Microsoft.VisualStudio.Text.Editor.LongBufferLineChunk
命名空間: Microsoft.VisualStudio.Text.Editor
組件: Microsoft.VisualStudio.Text.Logic (在 Microsoft.VisualStudio.Text.Logic.dll 中)
語法
'宣告
<ExportAttribute(GetType(EditorOptionDefinition))> _
<NameAttribute("LongBufferLineChunkLength")> _
Public NotInheritable Class LongBufferLineChunk _
Inherits EditorOptionDefinition(Of Integer)
[ExportAttribute(typeof(EditorOptionDefinition))]
[NameAttribute("LongBufferLineChunkLength")]
public sealed class LongBufferLineChunk : EditorOptionDefinition<int>
[ExportAttribute(typeof(EditorOptionDefinition))]
[NameAttribute(L"LongBufferLineChunkLength")]
public ref class LongBufferLineChunk sealed : public EditorOptionDefinition<int>
[<Sealed>]
[<ExportAttribute(typeof(EditorOptionDefinition))>]
[<NameAttribute("LongBufferLineChunkLength")>]
type LongBufferLineChunk =
class
inherit EditorOptionDefinition<int>
end
public final class LongBufferLineChunk extends EditorOptionDefinition<int>
LongBufferLineChunk 類型會公開下列成員。
建構函式
名稱 | 描述 | |
---|---|---|
LongBufferLineChunk | Initializes a new instance of LongBufferLineChunk. |
回頁首
屬性
名稱 | 描述 | |
---|---|---|
Default | Gets the default value (4K). (覆寫 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) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。