SmartTagCollection.Contains 方法
判斷 SmartTagCollection 是否包含特定的智慧標籤。
命名空間: Microsoft.Office.Tools
組件: Microsoft.Office.Tools.Common (在 Microsoft.Office.Tools.Common.dll 中)
語法
'宣告
Function Contains ( _
smartTag As SmartTagBase _
) As Boolean
bool Contains(
SmartTagBase smartTag
)
參數
- smartTag
型別:Microsoft.Office.Tools.SmartTagBase
您想要檢查的智慧標籤執行個體。
傳回值
型別:System.Boolean
如果 SmartTagCollection 包含指定的智慧標籤則為 true,否則為 false。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。