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);
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で定義されているプロパティのコレクション。

適用対象