Managed Syslog Server Class Library Reference

CustomValueListSectionHandler.Create Method 

構成セクションを読み取り子エレメントごとに Hashtable を作成しその配列を ArrayList として返します。

[Visual Basic]
NotOverridable Public Function Create( _
   ByVal parent As Object, _
   ByVal configContext As Object, _
   ByVal section As XmlNode _
) As Object Implements _
   IConfigurationSectionHandler.Create
[C#]
public object Create(
   object parent,
   object configContext,
   XmlNode section
);

Parameters

parent
対応する親の構成セクション。
configContext
予約パラメータ。 null 参照です。
section
処理する構成セクションを格納している XmlNode

Implements

IConfigurationSectionHandler.Create

See Also

CustomValueListSectionHandler Class | Syslog.Config.SectionHandler Namespace