次の方法で共有


ActivityBindTypeConverter.GetPropertiesSupported メソッド

定義

指定したコンテキストを使用して、ActivityBind がプロパティをサポートしているかどうかを示す値を返します。

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

戻り値

Boolean

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

適用対象