IVsShortcutManager.RemoveItem(IVsTextLineMarker) Yöntem

Tanım

Belirtilen öğeyi kaldırır.

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

Parametreler

pMarker
IVsTextLineMarker

'ndaki Belirtilen öğenin satır işaretçisi.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Textmgr. IDL dosyasından:

HRESULT IVsShortcutManager::RemoveItem(  
   [in]IVsTextLineMarker *pMarker  
);  

Şunlara uygulanır