'宣言 Public Overloads Function Move( _ ByVal moveTo As NodeMoveEnum _ ) As System.Boolean
public System.bool Move( NodeMoveEnum moveTo )
パラメータ
- moveTo
- A value from the NodeMoveEnum enumeration that specifies where the node will be moved with respect to its current position.
戻り値の型
Returns true if the method was successful, false otherwise.