AttributeTable.AttributedTypes 属性

定义

返回在属性、成员或类型本身上具有特性重写的所有类型的枚举。

public:
 property System::Collections::Generic::IEnumerable<Type ^> ^ AttributedTypes { System::Collections::Generic::IEnumerable<Type ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Type> AttributedTypes { get; }
member this.AttributedTypes : seq<Type>
Public ReadOnly Property AttributedTypes As IEnumerable(Of Type)

属性值

返回 IEnumerable<T>

注解

此方法可用于确定在将此特性表添加到元数据存储区中时将刷新哪些类型。

适用于