CodeDomSerializerBase.GetPropertiesHelper Metódus

Definíció

Lekéri a .NET célverziójában definiált tulajdonságok gyűjteményét.

protected:
 static System::ComponentModel::PropertyDescriptorCollection ^ GetPropertiesHelper(System::ComponentModel::Design::Serialization::IDesignerSerializationManager ^ manager, System::Object ^ instance, cli::array <Attribute ^> ^ attributes);
protected static System.ComponentModel.PropertyDescriptorCollection GetPropertiesHelper(System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, object instance, Attribute[] attributes);
protected static System.ComponentModel.PropertyDescriptorCollection GetPropertiesHelper(System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, object instance, Attribute[]? attributes);
static member GetPropertiesHelper : System.ComponentModel.Design.Serialization.IDesignerSerializationManager * obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Protected Shared Function GetPropertiesHelper (manager As IDesignerSerializationManager, instance As Object, attributes As Attribute()) As PropertyDescriptorCollection

Paraméterek

manager
IDesignerSerializationManager

A szerializálás-kezelő.

instance
Object

A céltípus egyik objektuma.

attributes
Attribute[]

A .NET célverziójának átadni kívánt attribútumok tömbje.

Válaszok

A .NET projekt célverziójában meghatározott tulajdonságok gyűjteménye.

A következőre érvényes: