次の方法で共有


PropertyManager.GetItemProperties メソッド

このメンバは、.NET Framework インフラストラクチャのサポートを目的としています。独自に作成したコード内で直接使用することはできません。

オーバーロードの一覧

このメンバは BindingManagerBase.GetItemProperties をオーバーライドします。

.NET Compact Framework でもサポート。

[Visual Basic] Overloads Overrides Public Function GetItemProperties() As PropertyDescriptorCollection

[C#] public override PropertyDescriptorCollection GetItemProperties();

[C++] public: PropertyDescriptorCollection* GetItemProperties();

[JScript] public override function GetItemProperties() : PropertyDescriptorCollection;

BindingManagerBase から継承されます。

[Visual Basic] Overloads Protected Friend Overridable Function GetItemProperties(ArrayList, ArrayList) As PropertyDescriptorCollection

[C#] protected internal virtual PropertyDescriptorCollection GetItemProperties(ArrayList, ArrayList);

[C++] protected public: virtual PropertyDescriptorCollection* GetItemProperties(ArrayList*, ArrayList*);

[JScript] protected internal function GetItemProperties(ArrayList, ArrayList) : PropertyDescriptorCollection;

BindingManagerBase から継承されます。

.NET Compact Framework でもサポート。

[Visual Basic] Overloads Protected Overridable Function GetItemProperties(Type, Integer, ArrayList, ArrayList) As PropertyDescriptorCollection

[C#] protected virtual PropertyDescriptorCollection GetItemProperties(Type, int, ArrayList, ArrayList);

[C++] protected: virtual PropertyDescriptorCollection* GetItemProperties(Type*, int, ArrayList*, ArrayList*);

[JScript] protected function GetItemProperties(Type, int, ArrayList, ArrayList) : PropertyDescriptorCollection;

参照

PropertyManager クラス | PropertyManager メンバ | System.Windows.Forms 名前空間