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


カスタム名の名前。
変更するカスタム名の新しい名前。
カスタム名の名前を変更します。
構文
'Declaration
 
Function ModifyModelScopeCustomName( _
   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.ModifyModelScopeCustomName(name, newName)
bool ModifyModelScopeCustomName( 
   string name,
   string newName
)

パラメータ

name
カスタム名の名前。
newName
変更するカスタム名の新しい名前。

戻り値の型

名前が変更された場合はtrue、それ以外の場合はfalseを返します。
参照

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

 

 


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