다음을 통해 공유


ContextLinkCollection.Add 메서드

업데이트: 2007년 11월

ContextLinkCollection에 새 ContextLink 개체를 추가하여 대상 노드와 해당 방향을 나타냅니다.

네임스페이스:  Microsoft.Ink
어셈블리:  Microsoft.Ink.Analysis(Microsoft.Ink.Analysis.dll)

구문

‘선언
Public Function Add ( _
    destinationNode As ContextNode, _
    linkDirection As ContextLinkDirection _
) As ContextLink
‘사용 방법
Dim instance As ContextLinkCollection
Dim destinationNode As ContextNode
Dim linkDirection As ContextLinkDirection
Dim returnValue As ContextLink

returnValue = instance.Add(destinationNode, _
    linkDirection)
public ContextLink Add(
    ContextNode destinationNode,
    ContextLinkDirection linkDirection
)
public:
ContextLink^ Add(
    ContextNode^ destinationNode, 
    ContextLinkDirection linkDirection
)
public ContextLink Add(
    ContextNode destinationNode,
    ContextLinkDirection linkDirection
)
public function Add(
    destinationNode : ContextNode, 
    linkDirection : ContextLinkDirection
) : ContextLink

매개 변수

반환 값

형식: Microsoft.Ink.ContextLink
ContextLink 개체입니다.

설명

이 컬렉션에 연결된 ContextNode는 새 ContextLink 개체의 SourceNode가 됩니다.

ContextLink 개체도 DestinationNode 개체의 Links 속성에 추가됩니다.

예제

다음 예제에서는 이름이 InkDrawingNode 개체인 drawing과 InkWordNode 개체인 word 사이에 링크를 추가합니다.

drawing.Links.Add(word, Microsoft.Ink.ContextLinkDirection.LinksWith)
drawing.Links.Add(word, Microsoft.Ink.ContextLinkDirection.LinksWith);

플랫폼

Windows Vista

.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.

버전 정보

.NET Framework

3.0에서 지원

참고 항목

참조

ContextLinkCollection 클래스

ContextLinkCollection 멤버

Microsoft.Ink 네임스페이스