バージョン

PropertyGridFilterOperandSource 列挙体

PropertyGridComparisonConditionPropertyGridComplementCondition、または PropertyGridConditionGroup の評価時にオペランドとして使用される PropertyGridItem 値を指定します。
シンタックス
'宣言
 
Public Enum PropertyGridFilterOperandSource 
   Inherits System.Enum
public enum PropertyGridFilterOperandSource : System.Enum 
メンバ
メンバ解説
CategoryNameフィルター オペランドのソースは PropertyGridPropertyItem.CategoryName であることを指定します。
Descriptionフィルター オペランドのソースは PropertyGridItem.Description であることを指定します。
DisplayNameフィルター オペランドのソースは PropertyGridItem.DisplayName であることを指定します。
PropertyNameフィルター オペランドのソースは PropertyGridPropertyItem.PropertyName であることを指定します。
参照