Click or drag to resize
ClassSearchResultSearch Method
搜索名称或现实名称中包含给定的字符串s的类型

Namespace: Appkit.Components
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public int Search(
	string s,
	bool showSystem
)

Parameters

s
Type: SystemString
要搜索的特征字符串
showSystem
Type: SystemBoolean
返回搜索的结果数量

Return Value

Type: Int32
See Also