ICustomTypeDescriptor.GetDefaultProperty メソッド

定義

コンポーネントのこのインスタンスの既定のプロパティを返します。

public:
 System::ComponentModel::PropertyDescriptor ^ GetDefaultProperty();
public System.ComponentModel.PropertyDescriptor GetDefaultProperty ();
public System.ComponentModel.PropertyDescriptor? GetDefaultProperty ();
abstract member GetDefaultProperty : unit -> System.ComponentModel.PropertyDescriptor
Public Function GetDefaultProperty () As PropertyDescriptor

戻り値

このオブジェクトの既定のプロパティを表す PropertyDescriptor。このオブジェクトにプロパティがない場合は null

適用対象

こちらもご覧ください