업데이트: 2007년 11월
기본 개체에서만 사용할 수 있습니다. 스트로크를 이 ContextNodeBase 개체에서 지정된 ContextNodeBase 개체로 이동합니다.
네임스페이스: System.Windows.Ink.AnalysisCore
어셈블리: IACore(IACore.dll)
구문
‘선언
Public Sub ReparentStrokes ( _
strokeIdsToReparent As Integer(), _
destination As ContextNodeBase _
)
‘사용 방법
Dim instance As ContextNodeBase
Dim strokeIdsToReparent As Integer()
Dim destination As ContextNodeBase
instance.ReparentStrokes(strokeIdsToReparent, _
destination)
public void ReparentStrokes(
int[] strokeIdsToReparent,
ContextNodeBase destination
)
public:
void ReparentStrokes(
array<int>^ strokeIdsToReparent,
ContextNodeBase^ destination
)
public void ReparentStrokes(
int[] strokeIdsToReparent,
ContextNodeBase destination
)
public function ReparentStrokes(
strokeIdsToReparent : int[],
destination : ContextNodeBase
)
매개 변수
- strokeIdsToReparent
형식: array<System.Int32[]
이동할 스트로크의 식별자입니다.
- destination
형식: System.Windows.Ink.AnalysisCore.ContextNodeBase
스트로크를 이동할 ContextNodeBase 개체입니다.
설명
지정된 ContextNodeBase는 다음 형식 중 하나여야 합니다.
스트로크를 다른 형식의 ContextNodeBase로 이동하려고 하면 ArgumentException이 발생합니다.
이 메서드는 잉크가 아닌 리프 ContextNodeBase 개체를 포함하여 모든 ContextNodeBase 개체에서 호출할 수 있습니다. 지정한 스트로크는 이 ContextNodeBase 개체의 하위 중 하나에서 참조해야 합니다. 그렇지 않으면 ArgumentException이 발생합니다.
ContextNodeBase 개체 또는 destination이 확인되면 예외가 발생합니다.
플랫폼
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
3.0에서 지원