Share via


_UserDefinedProperties.Item[Object] プロパティ

定義

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

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

パラメーター

Index
Object

コレクション内のオブジェクトの 1 から始まるインデックス番号を表す Integer (C#の int) 値、またはコレクション内のオブジェクトのプロパティ値を表す NameString (C#の文字列) 値のいずれか。

プロパティ値

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

適用対象