次の方法で共有


_AutoFormatRules.Item[Object] プロパティ

定義

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

public:
 property Microsoft::Office::Interop::Outlook::AutoFormatRule ^ default[System::Object ^] { Microsoft::Office::Interop::Outlook::AutoFormatRule ^ get(System::Object ^ Index); };
public Microsoft.Office.Interop.Outlook.AutoFormatRule this[object Index] { get; }
Default Public ReadOnly Property Item(Index As Object) As AutoFormatRule

パラメーター

Index
Object

オブジェクトのインデックス番号、またはコレクション内のオブジェクトの Name プロパティ値と一致するために使用される値。

プロパティ値

AutoFormatRule オブジェクトを指定したオブジェクトを表します。

適用対象