バージョン

FilterOperandTool コンストラクタ(String,SpecialFilterOperand)

クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal id As String, _
   ByVal specialOperand As Infragistics.Win.UltraWinGrid.SpecialFilterOperand _
)
public FilterOperandTool( 
   string id,
   Infragistics.Win.UltraWinGrid.SpecialFilterOperand specialOperand
)

パラメータ

id
このツールを識別するために使用された文字列。
specialOperand
フィルターリングの適用に使用されるオペランド。
参照