Share via


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

適用対象