CodeDomSerializerBase.GetAttributesFromTypeHelper Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
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.