Condividi tramite


Metodo ContextNodeBase.CreateSubNodeBase

Aggiornamento: novembre 2007

Questo membro supporta l'infrastruttura di InkAnalyzer e non è possibile utilizzarlo direttamente dal codice.

Spazio dei nomi:  System.Windows.Ink.AnalysisCore
Assembly:  IACore (in IACore.dll)

Sintassi

'Dichiarazione
Protected Friend Overridable Function CreateSubNodeBase ( _
    type As Guid, _
    id As Guid, _
    isPartiallyPopulated As Boolean, _
    nodeLocation As AnalysisRegionBase _
) As ContextNodeBase
'Utilizzo
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

Parametri

Valore restituito

Tipo: System.Windows.Ink.AnalysisCore.ContextNodeBase

Piattaforme

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.

Informazioni sulla versione

.NET Framework

Supportato in: 3.0

Vedere anche

Riferimenti

ContextNodeBase Classe

Membri ContextNodeBase

Spazio dei nomi System.Windows.Ink.AnalysisCore