Freigeben über


StrokeProperty.Timestamp-Feld

FILETIME-Struktur, die den Zeitpunkt angibt, zu dem der Strich erstellt oder dem Dokument hinzugefügt wurde.

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink.JournalReader (in Microsoft.Ink.JournalReader.dll)

Syntax

'Declaration
Public Shared ReadOnly Timestamp As Guid
'Usage
Dim value As Guid

value = StrokeProperty.Timestamp
public static readonly Guid Timestamp
public:
static initonly Guid Timestamp
public static final Guid Timestamp
public static final var Timestamp : Guid

Hinweise

typedef struct _FILETIME {
    DWORD dwLowDateTime;
    DWORD dwHighDateTime;
} FILETIME, *PFILETIME;

Plattformen

Windows Vista

.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

Siehe auch

Referenz

StrokeProperty-Klasse

StrokeProperty-Member

Microsoft.Ink-Namespace