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