'Declaration Public Overridable Sub RemoveByName( _ ByVal elementName As String _ )
'Declaration
Public Overridable Sub RemoveByName( _ ByVal elementName As String _ )
'使用法 Dim instance As Elements Dim elementName As String instance.RemoveByName(elementName)
'使用法
Dim instance As Elements Dim elementName As String instance.RemoveByName(elementName)
public virtual void RemoveByName( string elementName )
Elements クラス Elements メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.