CodeDomSerializerBase.GetAttributesFromTypeHelper Metódus

Definíció

Lekéri az attribútumok gyűjteményét a projekt .NET célverziójában meghatározottak szerint.

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éterek

manager
IDesignerSerializationManager

A szerializálás-kezelő.

type
Type

A célpont típus.

Válaszok

Attribútumok gyűjteménye a projekt .NET célverziójában meghatározottak szerint.

A következőre érvényes: