'宣言 Public Overridable Sub CheckName( _ ByVal item As INamedObject, _ ByVal oldName As System.String, _ ByVal newName As System.String _ )
'使用法 Dim instance As ReportNamedCollection(Of TItem) Dim item As INamedObject Dim oldName As System.String Dim newName As System.String instance.CheckName(item, oldName, newName)
public virtual void CheckName( INamedObject item, System.string oldName, System.string newName )
パラメータ
- item
- oldName
- newName