ResultTableCollection.Exists メソッド (Microsoft.Office.Server.Search.Query)
指定された ResultTable オブジェクトがコレクション内に存在するかどうかを示すブール値を返します。
名前空間: Microsoft.Office.Server.Search.Query
アセンブリ: Microsoft.Office.Server.Search (microsoft.office.server.search.dll 内)
構文
'宣言
Public Function Exists ( _
requestedType As ResultType _
) As Boolean
'使用
Dim instance As ResultTableCollection
Dim requestedType As ResultType
Dim returnValue As Boolean
returnValue = instance.Exists(requestedType)
public bool Exists (
ResultType requestedType
)
パラメータ
- requestedType
ResultType 列挙からの値。
戻り値
指定された ResultTable オブジェクトが存在する場合は true、それ以外の場合は false。
関連項目
参照
ResultTableCollection クラス
ResultTableCollection メンバ
Microsoft.Office.Server.Search.Query 名前空間