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
參數
pBuffer
類型:Microsoft.VisualStudio.TextManager.Interop.IVsTextLines[in]指標IVsTextLines的緩衝區。
pMarker
類型:Microsoft.VisualStudio.TextManager.Interop.IVsTextMarker[in]指標IVsTextMarker標記的介面。
傳回值
類型:Int32
如果此方法將會成功,則會傳回S_OK。如果失敗,它就會傳回錯誤碼。
備註
COM 簽章
從 textmgr.idl:
void IVsTextMarkerClientEx::MarkerInvalidated(
[in] IVsTextLines *pBuffer,
[in] IVsTextMarker *pMarker
);
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。