IVsUIDynamicCollection.InsertCollection(UInt32, IVsUICollection) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Koleksiyon eklendiyse S_OK döndürür.