次の方法で共有


PropertyGridObject クラス

定義

構成と表示名のコンテナーを提供します。

public ref class PropertyGridObject abstract : System::ComponentModel::ICustomTypeDescriptor
public abstract class PropertyGridObject : System.ComponentModel.ICustomTypeDescriptor
type PropertyGridObject = class
    interface ICustomTypeDescriptor
Public MustInherit Class PropertyGridObject
Implements ICustomTypeDescriptor
継承
PropertyGridObject
実装

コンストラクター

PropertyGridObject(ModulePropertiesPage)

PropertyGridObject クラスの新しいインスタンスを初期化します。

PropertyGridObject(ModulePropertiesPage, Boolean)

プロパティが読み取り専用かどうかを示す クラスの PropertyGridObject 新しいインスタンスを初期化します。

プロパティ

Page

コンストラクターに渡されるプロパティ グリッド オブジェクトを PropertyGridObject(ModulePropertiesPage) 取得します。

ReadOnly

ページのプロパティが読み取り専用かどうかを示す値を取得します。

メソッド

GetDisplayNameAttribute(String, String)

引数を受け取っていないプロパティ、イベント、またはパブリック void メソッドの表示名属性を取得します。

GetProperties(Attribute[])

指定した属性の配列をフィルターとして使用して、プロパティ グリッドのプロパティのコレクションを返します。

明示的なインターフェイスの実装

ICustomTypeDescriptor.GetAttributes()

プロパティ グリッドのカスタム属性のコレクションを返します。

ICustomTypeDescriptor.GetClassName()

プロパティ グリッドのクラスの名前を返します。

ICustomTypeDescriptor.GetComponentName()

空の文字列を返します。

ICustomTypeDescriptor.GetConverter()

プロパティ グリッドの型コンバーターを返します。

ICustomTypeDescriptor.GetDefaultEvent()

プロパティ グリッドの既定のイベントを返します。

ICustomTypeDescriptor.GetDefaultProperty()

プロパティ グリッドの既定のプロパティを返します。

ICustomTypeDescriptor.GetEditor(Type)

プロパティ グリッドの指定した基本型を持つエディターを返します。

ICustomTypeDescriptor.GetEvents()

プロパティ グリッドのイベントのコレクションを返します。

ICustomTypeDescriptor.GetEvents(Attribute[])

指定した属性の配列をフィルターとして使用して、プロパティ グリッドのイベントのコレクションを返します。

ICustomTypeDescriptor.GetProperties()

プロパティ グリッドのプロパティを返します。

ICustomTypeDescriptor.GetProperties(Attribute[])

指定した属性配列をフィルターとして使用して、プロパティ グリッドのプロパティを返します。

ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)

プロパティ グリッドを含む オブジェクトを返します。

適用対象