次の方法で共有


_UserDefinedProperties.Find(String) メソッド

定義

コレクションに含まれる を UserDefinedProperty 見つけます。

public:
 Microsoft::Office::Interop::Outlook::UserDefinedProperty ^ Find(System::String ^ Name);
public Microsoft.Office.Interop.Outlook.UserDefinedProperty Find (string Name);
Public Function Find (Name As String) As UserDefinedProperty

パラメーター

Name
String

Nameコレクション内で検索する UserDefinedProperty オブジェクトのプロパティ値。

戻り値

成功した場合は、配置されたオブジェクトを表す UserDefinedProperty オブジェクト。それ以外の場合は、C# の Nothing (Null 参照 (Visual Basic では Nothing) です)。

適用対象