UserProperties.Item[Object] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクションからオブジェクトを UserProperty 返します。
public:
property Microsoft::Office::Interop::Outlook::UserProperty ^ default[System::Object ^] { Microsoft::Office::Interop::Outlook::UserProperty ^ get(System::Object ^ Index); };
public Microsoft.Office.Interop.Outlook.UserProperty this[object Index] { get; }
Default Public ReadOnly Property Item(Index As Object) As UserProperty
パラメーター
- Index
- Object
オブジェクトの 1 から始まるインデックス番号、またはコレクションのオブジェクトの既定のプロパティに適合する値を指定します。
プロパティ値
指定したオブジェクトを表す UserProperty オブジェクト。