FlexReport for WinForms
CheckName メソッド (NamedCollection<TItem>)


C1.Document アセンブリ > C1.Document 名前空間 > NamedCollection<TItem> クラス : CheckName メソッド
An object with a unique name.
The old name.
The new name.
Throws an exception if collection already contains item with specified name.
シンタックス
'宣言
 
Public Overridable Sub CheckName( _
   ByVal item As INamedObject, _
   ByVal oldName As System.String, _
   ByVal newName As System.String _
) 
'使用法
 
Dim instance As NamedCollection(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
An object with a unique name.
oldName
The old name.
newName
The new name.
参照

参照

NamedCollection<TItem> クラス
NamedCollection<TItem> メンバ