creates a sub 始める,決める of コンテナ items which match given query 命令(する)
Items of this sub 始める,決める must match used query string. 判型 of query depends
from real 実施. Using of "param=value" pairs isn't neccessary.
So it's possible to 連合させる different parameters as one simple 命令(する)
string.
Parameter Query
items of sub 始める,決める must match to this query
example:
(1)
query as parameter sequence to return all elements wich match
the 指名する pattern and supports a special feature; sort it 上がるing
"指名する=*myname_??_;sort=上がるing;feature=VISIBLE"
(2)
query as 命令(する) to return all elements which support special feature
and match by 指名する pattern;上がるing sort is the default
"getAllVisible(*myname_??_)"
creates a sub 始める,決める of コンテナ items which supports searched 所有物/資産/財産s as 最小限
It's not possible to use special 命令(する)s or search 明確な/細部 parameters here.
You can match by 所有物/資産/財産s only. Enumerated elements must 供給する queried
所有物/資産/財産s as 最小限. Not 明示するd 所有物/資産/財産s willn't be used for searching.
Parameter 所有物/資産/財産s
items of sub 始める,決める must support given 所有物/資産/財産s as 最小限
example:
(supported)
search for items wich match the 指名する pattern and supports the VISIBLE feature
Parameters[0].指名する = "指名する"
Parameters[0].Value = "*myname_??_"
Parameters[1].指名する = "feature"
Parameters[1].Value = "VISIBLE"
...
(unsupported)
"sort" isn't a 所有物/資産/財産 of a コンテナ item!
Parameters[0].指名する = "sort"
Parameters[0].Value = "上がるing"
...