_RuleConditions.Item[Int32] プロパティ

定義

指定されたIndexオブジェクトをRuleCondition取得します。このオブジェクトは、コレクション内のRuleConditions数値インデックスです。

public:
 property Microsoft::Office::Interop::Outlook::RuleCondition ^ default[int] { Microsoft::Office::Interop::Outlook::RuleCondition ^ get(int Index); };
public Microsoft.Office.Interop.Outlook.RuleCondition this[int Index] { get; }
Default Public ReadOnly Property Item(Index As Integer) As RuleCondition

パラメーター

Index
Int32

1 から始まる数値 RuleConditions コレクション内のルールの条件の位置を反映しています。 たとえば、コレクションの最初のルールの条件のインデックス値は 1、し、2 番目のルールの条件のインデックス値は 2 です。

プロパティ値

指定したオブジェクトを 取得した RuleCondition オブジェクトを返します。

注釈

RuleConditions コレクション オブジェクトは、固定のコレクションです。 取得した RuleCondition オブジェクトまたは RuleCondition から派生したオブジェクトが含まれています。 このコレクションの項目を追加または削除することはできませんが、コレクションにインデックスを作成してルール条件項目を列挙し、ルール条件のプロパティを Enabled 設定できます。 Item を使用してコレクションを列挙する場合は、1 から をCount列挙Indexできます。

適用対象