AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetDefaultProperty 方法

定义

检索指定对象的默认属性。

 virtual System::ComponentModel::PropertyDescriptor ^ System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty() = System::ComponentModel::ICustomTypeDescriptor::GetDefaultProperty;
System.ComponentModel.PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty ();
override this.System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty : unit -> System.ComponentModel.PropertyDescriptor
Function GetDefaultProperty () As PropertyDescriptor Implements ICustomTypeDescriptor.GetDefaultProperty

返回

PropertyDescriptor

返回一个 PropertyDescriptor 表示此对象的默认属性的,如果此对象没有属性,则返回 null。

实现

适用于