Aracılığıyla paylaş


CodeDomSerializerBase.GetPropertiesHelper Yöntem

Tanım

Projenin hedef .NET sürümünde tanımlanan özellikler koleksiyonunu alır.

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

Parametreler

manager
IDesignerSerializationManager

Serileştirme yöneticisi.

instance
Object

Hedef türündeki bir nesne.

attributes
Attribute[]

.NET'in hedef sürümüne geçirilen öznitelik dizisi.

Döndürülenler

Projenin hedef .NET sürümünde tanımlanan özellikler koleksiyonu.

Şunlara uygulanır