'宣言 Public Overloads Function AddItem( _ ByVal text As System.String, _ ByVal target As RenderObject, _ ByVal level As System.Integer _ ) As RenderTocItem
'使用法 Dim instance As RenderToc Dim text As System.String Dim target As RenderObject Dim level As System.Integer Dim value As RenderTocItem value = instance.AddItem(text, target, level)
public RenderTocItem AddItem( System.string text, RenderObject target, System.int level )
パラメータ
- text
- A text representing the TOC item that is being added.
- target
- A RenderObject which is the target of the TOC item.
- level
- The RenderTocItem.Level of the TOC item.
戻り値の型
The RenderTocItem that was created and added to the current TOC.