CodeDomSerializerBase.GetAttributesFromTypeHelper Méthode

Définition

Récupère une collection d’attributs telle que définie 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

Type cible.

Retours

Collection d’attributs tels que définis dans la version cible du projet de .NET.

S’applique à