'宣言 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.