ICustomTypeDescriptor.GetDefaultProperty メソッド

定義

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

public:
 System::ComponentModel::PropertyDescriptor ^ GetDefaultProperty();
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PropertyDescriptor's PropertyType cannot be statically discovered.")]
public System.ComponentModel.PropertyDescriptor? GetDefaultProperty();
public System.ComponentModel.PropertyDescriptor GetDefaultProperty();
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PropertyDescriptor's PropertyType cannot be statically discovered.")>]
abstract member GetDefaultProperty : unit -> System.ComponentModel.PropertyDescriptor
abstract member GetDefaultProperty : unit -> System.ComponentModel.PropertyDescriptor
Public Function GetDefaultProperty () As PropertyDescriptor

返品

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

属性

適用対象

こちらもご覧ください