PropertyTests インターフェイス

定義

ファイル検索 PropertyTest のすべての検索条件を表すオブジェクトのコレクション。 [検索の詳細設定] ダイアログ ボックスに検索条件が表示されます ([ファイル] メニューの [開く] コマンド、[詳細検索] ボタン)。

public interface class PropertyTests : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C0334-0000-0000-C000-000000000046")]
public interface PropertyTests : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C0334-0000-0000-C000-000000000046")>]
type PropertyTests = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface PropertyTests
Implements _IMsoDispObj, IEnumerable
属性
実装

注釈

PropertyTests コレクションを PropertyTests 取得するには、 プロパティを 使用します。

メソッドを Add(String, MsoCondition, Object, Object, MsoConnector) 使用して、 PropertyTests コレクションに新しい PropertyTest オブジェクトを追加します。

PropertyTests(index) index はインデックス番号を使用して、1 つの PropertyTest オブジェクトを返します。

プロパティ

Application

オブジェクトのコンテナー アプリケーションを表す Application オブジェクトを返します。

Count

指定したコレクション内の項目の数を示す整数型 ( Integer) の値を返します。

Creator

指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。

Item[Int32]

コレクションからオブジェクトをPropertyTestPropertyTests返します。

メソッド

Add(String, MsoCondition, Object, Object, MsoConnector)

ファイル検索の検索条件をPropertyTests表す新しいPropertyTestオブジェクトをコレクションに追加します。

GetEnumerator()

ファイル検索 PropertyTest のすべての検索条件を表すオブジェクトのコレクション。 [検索の詳細設定] ダイアログ ボックスに検索条件が表示されます ([ファイル] メニューの [開く] コマンド、[詳細検索] ボタン)。

Remove(Int32)

コレクションから指定したオブジェクトを削除します。

適用対象