'宣言
Public Overloads Function Field( _ ByVal name As String, _ ByVal asNodeList As Boolean, _ ByVal isOutputformatNull As Boolean _ ) As Object
public object Field( string name, bool asNodeList, bool isOutputformatNull )
パラメータ
- name
- 現在のノードを基準にXPathパターンを相対指定します。
- asNodeList
- XPathパターンが単一のノードを返すかノードのリストを返すかを表すブール値。
- isOutputformatNull
- 現在のノードのテキストを使用するかどうかを指定します。