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


カスタム名のコメントを設定します。
構文
'Declaration
 
Function SetCustomNameComment( _
   ByVal name As String, _
   ByVal comment As String _
) As Boolean
'使用法
 
Dim instance As IEnhancedCustomNameSupport
Dim name As String
Dim comment As String
Dim value As Boolean
 
value = instance.SetCustomNameComment(name, comment)
bool SetCustomNameComment( 
   string name,
   string comment
)

パラメータ

name
comment

戻り値の型

コメントが設定された場合はtrue、それ以外の場合はfalse
参照

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

 

 


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