Поделиться через


CodeDomSerializerBase.GetPropertiesHelper Метод

Определение

Получает коллекцию свойств в соответствии с целевой версией .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

Параметры

manager
IDesignerSerializationManager

Диспетчер сериализации.

instance
Object

Объект типа целевого объекта.

attributes
Attribute[]

Массив атрибутов, передаваемых в целевую версию .NET.

Возвращаемое значение

Коллекция свойств, соответствующая целевой версии .NET проекта.

Применяется к