PowerTools SPREAD for Windows Forms 8.0J
IsContextSensitiveWhenHasArguments メソッド


渡す引数の数
指定した数の引数が渡されたときに、関数の評価が、評価を実行するコンテキストに依存するかどうかを決定します。
構文
'Declaration
 
Public Overridable Function IsContextSensitiveWhenHasArguments( _
   ByVal argCount As Integer _
) As Boolean
'使用法
 
Dim instance As FunctionInfo
Dim argCount As Integer
Dim value As Boolean
 
value = instance.IsContextSensitiveWhenHasArguments(argCount)
public virtual bool IsContextSensitiveWhenHasArguments( 
   int argCount
)

パラメータ

argCount
渡す引数の数
参照

FunctionInfo クラス
FunctionInfo メンバ

 

 


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