IVsUIDynamicCollection.RemoveItem(UInt32) Yöntem

Tanım

Koleksiyondan bir öğeyi kaldırır.

public:
 int RemoveItem(System::UInt32 nIndex);
public:
 int RemoveItem(unsigned int nIndex);
int RemoveItem(unsigned int nIndex);
public int RemoveItem (uint nIndex);
abstract member RemoveItem : uint32 -> int
Public Function RemoveItem (nIndex As UInteger) As Integer

Parametreler

nIndex
UInt32

'ndaki Silinecek öğenin 0 tabanlı dizini.

Döndürülenler

Int32

Öğe silinmişse S_OK döndürür.

Şunlara uygulanır