'宣言 Public MustOverride Function SelectSingleNode( _ ByVal path As System.String _ ) As XmlNodeWrapperBase
'使用法 Dim instance As XmlNodeWrapperBase Dim path As System.String Dim value As XmlNodeWrapperBase value = instance.SelectSingleNode(path)
public abstract XmlNodeWrapperBase SelectSingleNode( System.string path )
パラメータ
- path