Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the SmartTagCollection contains a specific smart tag. This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010. .
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
)
Parameters
smartTag
Type: Microsoft.Office.Tools.SmartTagBaseThe smart tag instance that you want to check for.
Return Value
Type: System.Boolean
true if the SmartTagCollection contains the specified smart tag; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.