This document is archived and information here might be outdated. Recommended version. |
Moves a pattern element.
[Visual Basic .NET]
Public Sub MovePatternElement ( _
ByVal fromIndex As Integer, _
ByVal toIndex As Integer _
)
[C#]
public void MovePatternElement (
int fromIndex,
int toIndex
);
[C++]
HRESULT MovePatternElement(
long fromIndex,
long toIndex
);
[C++] Parameters fromIndex [in]
fromIndex is a parameter of type long toIndex [in]
toIndex is a parameter of type long