共用方式為


ContextNodeBase.CreatePartiallyPopulatedSubNode 方法

只能與基底類別 (Base Class) 搭配使用。建立子 ContextNodeBase 物件,其中只包含下列資訊:TypeIdLocation

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

語法

'宣告
Public Function CreatePartiallyPopulatedSubNode ( _
    type As Guid, _
    nodeId As Guid, _
    nodeLocation As AnalysisRegionBase _
) As ContextNodeBase
'用途
Dim instance As ContextNodeBase
Dim type As Guid
Dim nodeId As Guid
Dim nodeLocation As AnalysisRegionBase
Dim returnValue As ContextNodeBase

returnValue = instance.CreatePartiallyPopulatedSubNode(type, _
    nodeId, nodeLocation)
public ContextNodeBase CreatePartiallyPopulatedSubNode(
    Guid type,
    Guid nodeId,
    AnalysisRegionBase nodeLocation
)
public:
ContextNodeBase^ CreatePartiallyPopulatedSubNode(
    Guid type, 
    Guid nodeId, 
    AnalysisRegionBase^ nodeLocation
)
public ContextNodeBase CreatePartiallyPopulatedSubNode(
    Guid type,
    Guid nodeId,
    AnalysisRegionBase nodeLocation
)
public function CreatePartiallyPopulatedSubNode(
    type : Guid, 
    nodeId : Guid, 
    nodeLocation : AnalysisRegionBase
) : ContextNodeBase

參數

傳回值

型別:System.Windows.Ink.AnalysisCore.ContextNodeBase
新的 ContextNodeBase 物件,其中只包含 TypeIdLocation 的相關資訊。這個新節點是 ContextNodeBase 的子節點。

備註

這個方法可做為資料 Proxy 的方式,在內容節點樹狀目錄中提供所有資訊之前,在其中建立 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 命名空間

ContextNodeBase.PartiallyPopulated