'宣言 Public Function GetNode( _ ByVal position As NodeTypeEnum _ ) As Node
public Node GetNode( NodeTypeEnum position )
パラメータ
- position
- A value from the NodeTypeEnum enumeration that specifies the position relative to this node.
戻り値の型
A node object.
'宣言 Public Function GetNode( _ ByVal position As NodeTypeEnum _ ) As Node
public Node GetNode( NodeTypeEnum position )