CodeDomSerializerBase.GetAttributesFromTypeHelper Method

Definition

Gets a collection of attributes as defined in the project's target version of .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

Parameters

manager
IDesignerSerializationManager

The serialization manager.

type
Type

The target type.

Returns

A collection of attributes as defined in the project's target version of .NET.

Applies to