AxHost.ICustomTypeDescriptor.GetAttributes 方法

定义

返回当前对象的 Attribute 类型集合。

 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

具有当前对象特性的 AttributeCollection

实现

注解

此成员是显式接口成员的实现。 它只能在 AxHost 实例被强制转换为 ICustomTypeDescriptor 接口时使用。

适用于