Click or drag to resize

VIZXMLHelperFindProperty Method

속성 검색

Namespace:  SHConnector.Utility.VIZXML
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public Dictionary<string, VIZXMLNode> FindProperty(
	string KeyString,
	string ValueString,
	bool FullMatch
)

Parameters

KeyString
Type: SystemString
속성 키
ValueString
Type: SystemString
속성 값
FullMatch
Type: SystemBoolean
전체 일치 여부

Return Value

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