Managed Syslog Server Class Library Reference | |
CustomValueListSectionHandler.Parse Method
構成セクションと同じ文字列を読み取り Hashtable の配列を ArrayList として作成します。
[Visual Basic]Public Shared Function Parse( _
ByVal
node As
String _
) As
Object Parameters
- node
- 処理する構成セクションの XmlNode の文字列表現。
Return Value
構成セクションの子ノードにある属性をそれぞれ Hashtable にまとめ
すべての子ノードを Hashtable の配列として返します。
See Also
CustomValueListSectionHandler Class | Syslog.Config.SectionHandler Namespace