ContextLinkBaseCollection.Add 메서드
업데이트: 2007년 11월
ContextLinkBaseCollection에 새 ContextLinkBase 개체를 추가하여 대상 노드와 해당 형식을 나타냅니다.
네임스페이스: System.Windows.Ink.AnalysisCore
어셈블리: IACore(IACore.dll)
구문
‘선언
Public Function Add ( _
destinationNode As ContextNodeBase, _
linkDirection As ContextLinkDirection _
) As ContextLinkBase
‘사용 방법
Dim instance As ContextLinkBaseCollection
Dim destinationNode As ContextNodeBase
Dim linkDirection As ContextLinkDirection
Dim returnValue As ContextLinkBase
returnValue = instance.Add(destinationNode, _
linkDirection)
public ContextLinkBase Add(
ContextNodeBase destinationNode,
ContextLinkDirection linkDirection
)
public:
ContextLinkBase^ Add(
ContextNodeBase^ destinationNode,
ContextLinkDirection linkDirection
)
public ContextLinkBase Add(
ContextNodeBase destinationNode,
ContextLinkDirection linkDirection
)
public function Add(
destinationNode : ContextNodeBase,
linkDirection : ContextLinkDirection
) : ContextLinkBase
매개 변수
- destinationNode
형식: System.Windows.Ink.AnalysisCore.ContextNodeBase
연결할 ContextNodeBase입니다.
- linkDirection
형식: System.Windows.Ink.AnalysisCore.ContextLinkDirection
링크 방향입니다.
반환 값
형식: System.Windows.Ink.AnalysisCore.ContextLinkBase
플랫폼
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
3.0에서 지원