Initializes a new instance of the
OutlineNode class.
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As IDocumentLocation, _
ByVal As System.Drawing.Icon _
)
'使用法
Dim caption As System.String
Dim location As IDocumentLocation
Dim icon As System.Drawing.Icon
Dim instance As New OutlineNode(caption, location, icon)
public OutlineNode(
System.string ,
IDocumentLocation ,
System.Drawing.Icon
)
パラメータ
- caption
- The node caption.
- location
- The location within a document associated with the current node.
- icon
- The icon associated with the current node.
参照