Freigeben über


SmartTagCollection.Contains-Methode

Stellt fest, ob die SmartTagCollection ein bestimmtes Smarttag enthält.

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

Syntax

'Declaration
Function Contains ( _
    smartTag As SmartTagBase _
) As Boolean
bool Contains(
    SmartTagBase smartTag
)

Parameter

Rückgabewert

Typ: System.Boolean
true, falls die SmartTagCollection das angegebene Smarttag enthält, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

SmartTagCollection Schnittstelle

Microsoft.Office.Tools-Namespace