'宣言 Public Overrides Function SelectNodes( _ ByVal path As System.String _ ) As System.Collections.Generic.IList(Of XmlNodeWrapperBase)
'使用法 Dim instance As XContainerWrapper Dim path As System.String Dim value As System.Collections.Generic.IList(Of XmlNodeWrapperBase) value = instance.SelectNodes(path)
public override System.Collections.Generic.IList<XmlNodeWrapperBase> SelectNodes( System.string path )
パラメータ
- path