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

適用於

另請參閱