Share via


CodeDomSerializerBase.GetPropertiesHelper Méthode

Définition

Récupère une collection de propriétés telle que définie dans la version cible du projet de .NET.

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ètres

manager
IDesignerSerializationManager

Gestionnaire de sérialisation.

instance
Object

Objet du type cible.

attributes
Attribute[]

Tableau d’attributs à passer à la version cible de .NET.

Retours

Collection de propriétés telle que définie dans la version cible du projet de .NET.

S’applique à