MESCIUS SPREAD for Windows Forms 17.0J
GetFirstBlock メソッド

開始インデックス。
ブロックの開始インデックス。
ブロックの終了インデックス。
ブロックのグループレベル。
trueに設定すると、対応するグループが折りたたまれます。 それ以外の場合はfalse
アウトラインの最初のブロックを取得します。
構文
'Declaration
 
Public Function GetFirstBlock( _
   ByVal index As Integer, _
   ByRef blockIndex As Integer, _
   ByRef blockIndex2 As Integer, _
   ByRef level As Integer, _
   ByRef collapsed As Boolean _
) As Integer
public int GetFirstBlock( 
   int index,
   out int blockIndex,
   out int blockIndex2,
   out int level,
   out bool collapsed
)

パラメータ

index
開始インデックス。
blockIndex
ブロックの開始インデックス。
blockIndex2
ブロックの終了インデックス。
level
ブロックのグループレベル。
collapsed
trueに設定すると、対応するグループが折りたたまれます。 それ以外の場合はfalse

戻り値の型

現在のブロックのアクセスキーを表す整数値。 その後ブロックがなくなった場合はSystem.Int32.MaxValue
参照

Outline クラス
Outline メンバ

 

 


© MESCIUS inc. All rights reserved.