ICustomTypeDescriptor.GetPropertiesFromRegisteredType メソッド

定義

登録される可能性があるコンポーネントのこのインスタンスのプロパティを返します。

public:
 virtual System::ComponentModel::PropertyDescriptorCollection ^ GetPropertiesFromRegisteredType();
public virtual System.ComponentModel.PropertyDescriptorCollection GetPropertiesFromRegisteredType();
abstract member GetPropertiesFromRegisteredType : unit -> System.ComponentModel.PropertyDescriptorCollection
override this.GetPropertiesFromRegisteredType : unit -> System.ComponentModel.PropertyDescriptorCollection
Public Overridable Function GetPropertiesFromRegisteredType () As PropertyDescriptorCollection

返品

このコンポーネント インスタンスのプロパティを表す PropertyDescriptorCollection

注釈

このインスタンスのプロパティは、クラスが提供するプロパティのセットとは異なる場合があります。 たとえば、コンポーネントがサイト化されている場合、サイトは追加のプロパティを追加または削除できます。

プロパティが指定されていない場合、実装者は PropertyDescriptorCollection.Empty を返すことができます。 このメソッドは、 nullを返すべきではありません。

適用対象