共用方式為


ContextLinkDirection 列舉型別

如果兩個內容節點之間的任何其他關聯性 (Relationship) 不屬於現有的父-子關係 (Parent-Child Relationship),則會指定方向。

命名空間:  System.Windows.Ink.AnalysisCore
組件:  IACore (在 IACore.dll 中)

語法

'宣告
Public Enumeration ContextLinkDirection
'用途
Dim instance As ContextLinkDirection
public enum ContextLinkDirection
public enum class ContextLinkDirection
public enum ContextLinkDirection
public enum ContextLinkDirection

成員

成員名稱 說明
LinksWith 表示 ContextNodeBase 中的非特定方向。例如,筆墨繪圖可以是筆墨文字的底線。但是無法從底線推斷任何方向。
LinksFrom 表示用來存取 ContextLinkBase 的目前 ContextNodeBase 具有指向它或包含它的項目。
LinksTo 表示用來存取 ContextLinkBase 的目前 ContextNodeBase 正指向 ContextLinkBase,或是其中包含其他的 ContextNodeBase

平台

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求

版本資訊

.NET Framework

支援版本:3.0

請參閱

參考

System.Windows.Ink.AnalysisCore 命名空間