共用方式為


IVsTextMarkerClientEx.MarkerInvalidated 方法

藉由使用者動作將會刪除與標記相關的文字時,會呼叫它。

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

語法

'宣告
Function MarkerInvalidated ( _
    pBuffer As IVsTextLines, _
    pMarker As IVsTextMarker _
) As Integer
int MarkerInvalidated(
    IVsTextLines pBuffer,
    IVsTextMarker pMarker
)
int MarkerInvalidated(
    IVsTextLines^ pBuffer, 
    IVsTextMarker^ pMarker
)
abstract MarkerInvalidated : 
        pBuffer:IVsTextLines * 
        pMarker:IVsTextMarker -> int
function MarkerInvalidated(
    pBuffer : IVsTextLines, 
    pMarker : IVsTextMarker
) : int

參數

傳回值

類型:Int32
如果此方法將會成功,則會傳回S_OK。如果失敗,它就會傳回錯誤碼。

備註

COM 簽章

從 textmgr.idl:

void IVsTextMarkerClientEx::MarkerInvalidated(
   [in] IVsTextLines *pBuffer,
   [in] IVsTextMarker *pMarker
);

.NET Framework 安全性

請參閱

參考

IVsTextMarkerClientEx 介面

Microsoft.VisualStudio.TextManager.Interop 命名空間