Share via


CodeDomSerializerBase.GetAttributesFromTypeHelper 方法

定义

获取项目目标 .NET 版本中定义的特性的集合。

protected:
 static System::ComponentModel::AttributeCollection ^ GetAttributesFromTypeHelper(System::ComponentModel::Design::Serialization::IDesignerSerializationManager ^ manager, Type ^ type);
protected static System.ComponentModel.AttributeCollection GetAttributesFromTypeHelper (System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, Type type);
static member GetAttributesFromTypeHelper : System.ComponentModel.Design.Serialization.IDesignerSerializationManager * Type -> System.ComponentModel.AttributeCollection
Protected Shared Function GetAttributesFromTypeHelper (manager As IDesignerSerializationManager, type As Type) As AttributeCollection

参数

manager
IDesignerSerializationManager

序列化管理器。

type
Type

目标类型。

返回

项目目标 .NET 版本中定义的特性的集合。

适用于