CodeDomSerializerBase.GetAttributesFromTypeHelper Méthode

Définition

Obtient une collection d'attributs tel que défini dans la version cible du projet de .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

Paramètres

manager
IDesignerSerializationManager

Gestionnaire de sérialisation.

type
Type

Le type de cible.

Retours

Collection d'attributs tel que défini dans la version cible du projet de .NET.

S’applique à