DbDataRecord.ICustomTypeDescriptor.GetAttributes 方法

定义

返回此组件实例的自定义属性的集合。

 virtual System::ComponentModel::AttributeCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetAttributes() = System::ComponentModel::ICustomTypeDescriptor::GetAttributes;
System.ComponentModel.AttributeCollection ICustomTypeDescriptor.GetAttributes ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetAttributes : unit -> System.ComponentModel.AttributeCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetAttributes : unit -> System.ComponentModel.AttributeCollection
Function GetAttributes () As AttributeCollection Implements ICustomTypeDescriptor.GetAttributes

返回

一个包含该对象的特性的 AttributeCollection

实现

注解

有关详细信息,请参阅 GetAttributes

适用于

另请参阅