AttributeTable.AttributedTypes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回在属性、成员或类型本身上具有特性重写的所有类型的枚举。
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>。
注解
此方法可用于确定在将此特性表添加到元数据存储区中时将刷新哪些类型。