Udostępnij za pośrednictwem


Metoda SmartTagCollection.Insert —

Wstawia tagu inteligentnego do SmartTagCollection pod określonym indeksem.Ten typ lub element członkowski jest przeznaczony do stosowania wyłącznie w projektach dla systemu Microsoft Office 2007. W systemie Office 2010 tagi inteligentne nie są już używane.
.

Przestrzeń nazw:  Microsoft.Office.Tools
Zestaw:  Microsoft.Office.Tools.Common (w Microsoft.Office.Tools.Common.dll)

Składnia

'Deklaracja
Sub Insert ( _
    index As Integer, _
    value As SmartTagBase _
)
void Insert(
    int index,
    SmartTagBase value
)

Parametry

  • index
    Typ: System.Int32
    Indeks od zera, jaką należy dodać tag inteligentny.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

SmartTagCollection Interfejs

Przestrzeń nazw Microsoft.Office.Tools