LatticeElement.AddProperty-Methode
Diese Methode unterstützt die InkAnalyzer-Infrastruktur und ist nicht für die direkte Verwendung im Code vorgesehen.
Namespace: System.Windows.Ink.AnalysisCore
Assembly: IACore (in IACore.dll)
Syntax
'Declaration
Public Sub AddProperty ( _
propertyGuid As Guid, _
propertyData As Object _
)
'Usage
Dim instance As LatticeElement
Dim propertyGuid As Guid
Dim propertyData As Object
instance.AddProperty(propertyGuid, propertyData)
public void AddProperty(
Guid propertyGuid,
Object propertyData
)
public:
void AddProperty(
Guid propertyGuid,
Object^ propertyData
)
public void AddProperty(
Guid propertyGuid,
Object propertyData
)
public function AddProperty(
propertyGuid : Guid,
propertyData : Object
)
Parameter
- propertyGuid
Typ: System.Guid
- propertyData
Typ: System.Object
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