バージョン

ComparesByValue メソッド (EmbeddableEditorBase)

オーナーが表示テキストではなく基本値に基づいて項目を比較するかどうかを返します。
シンタックス
'宣言
 
Public Overridable Function ComparesByValue( _
   ByVal owner As EmbeddableEditorOwnerBase, _
   ByVal ownerContext As Object _
) As Boolean
public virtual bool ComparesByValue( 
   EmbeddableEditorOwnerBase owner,
   object ownerContext
)

パラメータ

owner
EmbeddableEditorOwnerBase 派生オーナー
ownerContext
GetEmbeddableElement(UIElement,EmbeddableEditorOwnerBase,Object,EmbeddableUIElementBase) メソッドに渡されたコンテキスト。

戻り値の型

オーナーが基本の値に基づいて項目を比較すべき場合は True。
解説
デフォルトの実装はTrueを返しますが、これはオーナーが基本データ値でソートする必要があることを意味します。

ValueListsをサポートするエディターは、GetValueListからのオーナーの戻しを調べます。IvalueListが提供されている場合には、SortByValueプロパティの値が返されます。
参照