ContextNodeBase.CreatePartiallyPopulatedSubNode-Methode
Nur für die Verwendung mit Basisklassen. Erstellt ein untergeordnetes ContextNodeBase-Objekt, das nur die folgenden Informationen enthält: Type, Id und Location.
Namespace: System.Windows.Ink.AnalysisCore
Assembly: IACore (in IACore.dll)
Syntax
'Declaration
Public Function CreatePartiallyPopulatedSubNode ( _
type As Guid, _
nodeId As Guid, _
nodeLocation As AnalysisRegionBase _
) As ContextNodeBase
'Usage
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
Parameter
- type
Typ: System.Guid
Der Typ des zu erstellenden ContextNodeBase-Objekts. Verwenden Sie zur Angabe des zu erstellenden Typs eine der GUIDs, die in der ContextNodeTypeBase-Klasse definiert sind.
- nodeId
Typ: System.Guid
Der Bezeichner für den neuen Knoten.
- nodeLocation
Typ: System.Windows.Ink.AnalysisCore.AnalysisRegionBase
Die Position des neuen Knotens.
Rückgabewert
Typ: System.Windows.Ink.AnalysisCore.ContextNodeBase
Ein neues ContextNodeBase-Objekt, das nur Informationen überType, Id und Location enthält. Dieser neue Knoten ist der ContextNodeBase untergeordnet.
Hinweise
Diese Methode wird für ein Datenproxy verwendet, um ein ContextNodeBase-Objekt in der Kontextknotenstruktur zu erstellen, bevor alle relevanten Informationen zur Verfügung stehen. Die anderen Informationen können später hinzugefügt werden.
Plattformen
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.
Versionsinformationen
.NET Framework
Unterstützt in: 3.0