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.

Применяется к