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>

注解

这可用于确定将此属性表添加到元数据存储时将刷新的类型。

适用于