FlexReport for WinForms
SelectNodes メソッド (XmlNodeWrapperBase)


C1.Document アセンブリ > C1.Document.Serialization 名前空間 > XmlNodeWrapperBase クラス : SelectNodes メソッド
Same as System.Xml.XmlNode.SelectNodes(System.String).
シンタックス
'宣言
 
Public MustOverride Function SelectNodes( _
   ByVal path As System.String _
) As System.Collections.Generic.IList(Of XmlNodeWrapperBase)
'使用法
 
Dim instance As XmlNodeWrapperBase
Dim path As System.String
Dim value As System.Collections.Generic.IList(Of XmlNodeWrapperBase)
 
value = instance.SelectNodes(path)
public abstract System.Collections.Generic.IList<XmlNodeWrapperBase> SelectNodes( 
   System.string path
)

パラメータ

path
参照

参照

XmlNodeWrapperBase クラス
XmlNodeWrapperBase メンバ