PowerTools SPREAD for Windows Forms 8.0J
ModifyCustomName メソッド (IEnhancedCustomNameSupport)


カスタム名の名前。
新しい名前
カスタム名の名前を変更します。
構文
'Declaration
 
Function ModifyCustomName( _
   ByVal name As String, _
   ByVal newName As String _
) As Boolean
'使用法
 
Dim instance As IEnhancedCustomNameSupport
Dim name As String
Dim newName As String
Dim value As Boolean
 
value = instance.ModifyCustomName(name, newName)
bool ModifyCustomName( 
   string name,
   string newName
)

パラメータ

name
カスタム名の名前。
newName
新しい名前

戻り値の型

変更が成功した場合はtrue、それ以外の場合はfalse
参照

IEnhancedCustomNameSupport インタフェース
IEnhancedCustomNameSupport メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.