共用方式為


OutliningMarginBracketControl.OnIsHighlightedChanged 方法

[IsHighlighted] 屬性變更時,就會呼叫事件處理常式。

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

語法

'宣告
Protected Overridable Sub OnIsHighlightedChanged ( _
    newValue As Boolean _
)
protected virtual void OnIsHighlightedChanged(
    bool newValue
)
protected:
virtual void OnIsHighlightedChanged(
    bool newValue
)
abstract OnIsHighlightedChanged : 
        newValue:bool -> unit  
override OnIsHighlightedChanged : 
        newValue:bool -> unit
protected function OnIsHighlightedChanged(
    newValue : boolean
)

參數

.NET Framework 安全性

請參閱

參考

OutliningMarginBracketControl 類別

Microsoft.VisualStudio.Text.Editor 命名空間