'宣言 Public Function Search( _ ByVal value As System.String, _ Optional ByVal columnIndex As System.Integer, _ Optional ByVal comparisonType As ComparisonType, _ Optional ByVal dfs As System.Boolean _ ) As System.Boolean
public System.bool Search( System.string value, System.int columnIndex, ComparisonType comparisonType, System.bool dfs )
パラメータ
- value
- 検索文字列。
- columnIndex
- ノード列インデックス。
- comparisonType
- 文字列比較タイプ。
- dfs
- 検索タイプ: true - 深さ優先探索、false - 幅優先探索。
戻り値の型
見つかったノード。