Interop.ICustomTypeDescriptor.GetAttributes 方法

定义

返回所包含 Activity 的特性的集合。Returns the collection of attributes for the contained Activity.

 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

所包含 Activity 的特性的集合。The attribute collection for the contained Activity.

实现

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 Interop 实例被强制转换为 ICustomTypeDescriptor 接口时使用。It can be used only when the Interop instance is cast to an ICustomTypeDescriptor interface.

适用于