次の方法で共有


ContextLinkBaseCollection.Add メソッド

リンク先ノードとその型を示す、新しい ContextLinkBase オブジェクトを ContextLinkBaseCollection に追加します。

名前空間 :  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

パラメータ

戻り値

型 : System.Windows.Ink.AnalysisCore.ContextLinkBase

プラットフォーム

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。

バージョン情報

.NET Framework

サポート対象 : 3.0

参照

参照

ContextLinkBaseCollection クラス

ContextLinkBaseCollection メンバ

System.Windows.Ink.AnalysisCore 名前空間