Compartilhar via


Método SmartTagCollection.IndexOf

Determina o índice de uma marca inteligente especificada a SmartTagCollection.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common (em Microsoft.Office.Tools.Common.dll)

Sintaxe

'Declaração
Function IndexOf ( _
    value As SmartTagBase _
) As Integer
int IndexOf(
    SmartTagBase value
)

Parâmetros

Valor de retorno

Tipo: System.Int32
O índice de uma marca inteligente especificada a SmartTagCollection.Se a marca inteligente não está na coleção, retornará -1.

Segurança do .NET Framework

Consulte também

Referência

SmartTagCollection Interface

Namespace Microsoft.Office.Tools