PowerTools SPREAD for Windows Forms 10.0J
AddCustomName(String,Expression,String) メソッド


追加する名前
名前の値(式)
指定した値の新しいユーザー定義名を式としてモデルに追加します。
構文
void AddCustomName( 
   string name,
   Expression value,
   string comment
)
'Declaration
 
Overloads Sub AddCustomName( _
   ByVal name As String, _
   ByVal value As Expression, _
   ByVal comment As String _
) 
 
'使用法
 
Dim instance As IEnhancedCustomNameSupport
Dim name As String
Dim value As Expression
Dim comment As String
 
instance.AddCustomName(name, value, comment)

パラメータ

name
追加する名前
value
名前の値(式)
comment
参照

IEnhancedCustomNameSupport インタフェース
IEnhancedCustomNameSupport メンバ
オーバーロード一覧

 

 


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