共用方式為


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 目標版本中定義的屬性集合。

適用於