共用方式為


ContextNodeBase.CreateSubNodeBase 方法

這個成員支援 InkAnalyzer 基礎結構,並不能直接使用於您的程式碼中。

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

語法

'宣告
Protected Friend Overridable Function CreateSubNodeBase ( _
    type As Guid, _
    id As Guid, _
    isPartiallyPopulated As Boolean, _
    nodeLocation As AnalysisRegionBase _
) As ContextNodeBase
'用途
Dim type As Guid
Dim id As Guid
Dim isPartiallyPopulated As Boolean
Dim nodeLocation As AnalysisRegionBase
Dim returnValue As ContextNodeBase

returnValue = Me.CreateSubNodeBase(type, _
    id, isPartiallyPopulated, nodeLocation)
protected internal virtual ContextNodeBase CreateSubNodeBase(
    Guid type,
    Guid id,
    bool isPartiallyPopulated,
    AnalysisRegionBase nodeLocation
)
protected public:
virtual ContextNodeBase^ CreateSubNodeBase(
    Guid type, 
    Guid id, 
    bool isPartiallyPopulated, 
    AnalysisRegionBase^ nodeLocation
)
protected ContextNodeBase CreateSubNodeBase(
    Guid type,
    Guid id,
    boolean isPartiallyPopulated,
    AnalysisRegionBase nodeLocation
)
protected internal function CreateSubNodeBase(
    type : Guid, 
    id : Guid, 
    isPartiallyPopulated : boolean, 
    nodeLocation : AnalysisRegionBase
) : ContextNodeBase

參數

傳回值

型別:System.Windows.Ink.AnalysisCore.ContextNodeBase

平台

Windows Vista, Windows XP SP2, Windows Server 2003

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

版本資訊

.NET Framework

支援版本:3.0

請參閱

參考

ContextNodeBase 類別

ContextNodeBase 成員

System.Windows.Ink.AnalysisCore 命名空間