PointConverter.GetPropertiesSupported(ITypeDescriptorContext) メソッド

定義

このオブジェクトがプロパティをサポートしているかどうかを判断します。 既定では、これは false です。

public:
 override bool GetPropertiesSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext? context);
public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context);
override this.GetPropertiesSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetPropertiesSupported (context As ITypeDescriptorContext) As Boolean

パラメーター

context
ITypeDescriptorContext

追加のコンテキストを提供できる TypeDescriptor

返品

true このオブジェクト GetProperties(ITypeDescriptorContext, Object, Attribute[]) プロパティを検索するために呼び出す必要がある場合は >。それ以外の場合は false

適用対象