'Declaration Public Overridable Function Replace( _ ByVal newObj As Object, _ ByVal oldObj As Object _ ) As Integer
'Declaration
Public Overridable Function Replace( _ ByVal newObj As Object, _ ByVal oldObj As Object _ ) As Integer
'使用法 Dim instance As Elements Dim newObj As Object Dim oldObj As Object Dim value As Integer value = instance.Replace(newObj, oldObj)
'使用法
Dim instance As Elements Dim newObj As Object Dim oldObj As Object Dim value As Integer value = instance.Replace(newObj, oldObj)
public virtual int Replace( object newObj, object oldObj )
Elements クラス Elements メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.