IVsShortcutManager.RemoveItem(IVsTextLineMarker) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified item.
public:
int RemoveItem(Microsoft::VisualStudio::TextManager::Interop::IVsTextLineMarker ^ pMarker);
public:
int RemoveItem(Microsoft::VisualStudio::TextManager::Interop::IVsTextLineMarker ^ pMarker);
int RemoveItem(Microsoft::VisualStudio::TextManager::Interop::IVsTextLineMarker const & pMarker);
public int RemoveItem (Microsoft.VisualStudio.TextManager.Interop.IVsTextLineMarker pMarker);
abstract member RemoveItem : Microsoft.VisualStudio.TextManager.Interop.IVsTextLineMarker -> int
Public Function RemoveItem (pMarker As IVsTextLineMarker) As Integer
Parameters
- pMarker
- IVsTextLineMarker
[in] The specified item’s line marker.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsShortcutManager::RemoveItem(
[in]IVsTextLineMarker *pMarker
);