バージョン

ToggleKeyword コンストラクタ(Byte,Target,Boolean)

新しい ToggleKeyword を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal symbol As System.Byte, _
   ByVal target As Target, _
   ByVal active As System.Boolean _
)
public ToggleKeyword( 
   System.byte symbol,
   Target target,
   System.bool active
)

パラメータ

symbol
キーワード記号。
target
キーワード グループ
active
このキーワードがアクティブかどうかを示すブール値。
参照

オンラインで表示: GitHub