Click or drag to resize

VIZXMLHelperFindNodes Method

VIZXML Node 검색

Namespace:  SHConnector.Utility.VIZXML
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public Dictionary<string, VIZXMLNode> FindNodes(
	string Keyword,
	bool FullMatch,
	bool IgnoreCase,
	bool Attribute
)

Parameters

Keyword
Type: SystemString
검색어
FullMatch
Type: SystemBoolean
전체 일치 여부
IgnoreCase
Type: SystemBoolean
대/소문자 구분
Attribute
Type: SystemBoolean
속성포함 검색

Return Value

Type: DictionaryString, VIZXMLNode
검색된 결과 노드 목록
See Also