PaddingConverter.GetPropertiesSupported(ITypeDescriptorContext) メソッド
定義
指定したコンテキストを使用して、このオブジェクトがプロパティをサポートするかどうかを返します。Returns whether this object supports properties, using the specified 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
書式指定コンテキストを提供する ITypeDescriptorContext。An ITypeDescriptorContext that provides a format context.
戻り値
このオブジェクトのプロパティを見つけるために true
を呼び出す必要がある場合は GetProperties。それ以外の場合は false
。true
if GetProperties should be called to find the properties of this object; otherwise, false
.