Bagikan melalui


CodeDomSerializerBase.GetPropertiesHelper Metode

Definisi

Mendapatkan kumpulan properti seperti yang didefinisikan dalam versi target proyek .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

Parameter

manager
IDesignerSerializationManager

Manajer serialisasi.

instance
Object

Objek dari jenis target.

attributes
Attribute[]

Array atribut untuk diteruskan ke versi target .NET.

Mengembalikan

Kumpulan properti seperti yang didefinisikan dalam versi target proyek .NET.

Berlaku untuk