Compartilhar via


Método SmartTagCollection.IndexOf

Determina o índice de uma marca inteligente especificada em SmartTagCollection. Esse tipo ou membro está destinado a uso apenas em projetos do sistema Microsoft Office 2007. Marcas inteligentes estão preteridas no Office 2010.
.

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 em 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