IVsUIDynamicCollection.InsertCollection(UInt32, IVsUICollection) Yöntem

Tanım

Bu koleksiyona bir koleksiyon ekler.

public:
 int InsertCollection(System::UInt32 nIndex, Microsoft::VisualStudio::Shell::Interop::IVsUICollection ^ pCollection);
public:
 int InsertCollection(unsigned int nIndex, Microsoft::VisualStudio::Shell::Interop::IVsUICollection ^ pCollection);
int InsertCollection(unsigned int nIndex, Microsoft::VisualStudio::Shell::Interop::IVsUICollection const & pCollection);
public int InsertCollection (uint nIndex, Microsoft.VisualStudio.Shell.Interop.IVsUICollection pCollection);
abstract member InsertCollection : uint32 * Microsoft.VisualStudio.Shell.Interop.IVsUICollection -> int
Public Function InsertCollection (nIndex As UInteger, pCollection As IVsUICollection) As Integer

Parametreler

nIndex
UInt32

'ndaki Yeni koleksiyonu eklemek için bu koleksiyondaki konum.

pCollection
IVsUICollection

'ndaki Eklenecek koleksiyon.

Döndürülenler

Int32

Koleksiyon eklendiyse S_OK döndürür.

Şunlara uygulanır