'Declaration Public Sub GetAttribute( _ ByVal index As Integer, _ ByRef attrName As String, _ ByRef attrValue As String _ )
'Declaration
Public Sub GetAttribute( _ ByVal index As Integer, _ ByRef attrName As String, _ ByRef attrValue As String _ )
'使用法 Dim instance As Extension Dim index As Integer Dim attrName As String Dim attrValue As String instance.GetAttribute(index, attrName, attrValue)
'使用法
Dim instance As Extension Dim index As Integer Dim attrName As String Dim attrValue As String instance.GetAttribute(index, attrName, attrValue)
public void GetAttribute( int index, out string attrName, out string attrValue )
Extension 構造体 Extension メンバ
Copyright © 2004 GrapeCity inc.