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