共用方式為


IVsTextStreamEvents.OnChangeStreamAttributes 方法

告知用戶端的文字資料流屬性已變更。

命名空間:  Microsoft.VisualStudio.TextManager.Interop
組件:  Microsoft.VisualStudio.TextManager.Interop (在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

語法

'宣告
Sub OnChangeStreamAttributes ( _
    iPos As Integer, _
    iLength As Integer _
)
void OnChangeStreamAttributes(
    int iPos,
    int iLength
)
void OnChangeStreamAttributes(
    [InAttribute] int iPos, 
    [InAttribute] int iLength
)
abstract OnChangeStreamAttributes : 
        iPos:int * 
        iLength:int -> unit
function OnChangeStreamAttributes(
    iPos : int, 
    iLength : int
)

參數

  • iPos
    類型:Int32

    [in]受影響的文字的起始位置。

  • iLength
    類型:Int32

    [in]受影響的文字資料流中的文字長度。

備註

COM 簽章

從 textmgr.idl:

HRESULT IVsTextStreamEvents::OnChangeStreamAttributes(
   [in] long iPos,
   [in] long iLength
);

文字結果於文字中的變更要傳送串流屬性,例如語法和標記著色任何執行個體中,會呼叫這個事件。 文字會變更可能會發生兩個以程式設計的方式,並透過使用者動作。

.NET Framework 安全性

請參閱

參考

IVsTextStreamEvents 介面

Microsoft.VisualStudio.TextManager.Interop 命名空間