Sdílet prostřednictvím


CodeDomSerializerBase.GetAttributesFromTypeHelper Metoda

Definice

Získá kolekci atributů definovaných v cílové verzi projektu .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

Parametry

manager
IDesignerSerializationManager

Správce serializace.

type
Type

Typ cíle.

Návraty

Kolekce atributů, jak jsou definovány v cílové verzi projektu .NET.

Platí pro