FlexReport for WinForms
GetUniqueName メソッド (Dictionary)


C1.Document アセンブリ > C1.Document 名前空間 > Dictionary クラス : GetUniqueName メソッド
The prefix for the dictionary item.
Gets the unique name for the dictionary item. Returns prefix if item with this name does not exist and returns name like "prefix_XXX".
シンタックス
'宣言
 
Public Function GetUniqueName( _
   ByVal prefix As System.String _
) As System.String
'使用法
 
Dim instance As Dictionary
Dim prefix As System.String
Dim value As System.String
 
value = instance.GetUniqueName(prefix)
public System.string GetUniqueName( 
   System.string prefix
)

パラメータ

prefix
The prefix for the dictionary item.

戻り値の型

The unique name.
参照

参照

Dictionary クラス
Dictionary メンバ