'宣言 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