ICustomTypeDescriptor.GetPropertiesFromRegisteredType メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
登録される可能性があるコンポーネントのこのインスタンスのプロパティを返します。
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を返すべきではありません。