Compartir a través de


TabletPropertyDescriptionCollection.Add Method

Adds a TabletPropertyDescription object to the end of the TabletPropertyDescriptionCollection collection.

Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in microsoft.ink.dll)

Syntax

'Declaration
Public Function Add ( _
    value As TabletPropertyDescription _
) As Integer
'Usage
Dim instance As TabletPropertyDescriptionCollection
Dim value As TabletPropertyDescription
Dim returnValue As Integer

returnValue = instance.Add(value)
public int Add (
    TabletPropertyDescription value
)
public:
int Add (
    TabletPropertyDescription^ value
)
public int Add (
    TabletPropertyDescription value
)
public function Add (
    value : TabletPropertyDescription
) : int
Not applicable.

Parameters

Return Value

The zero-based index of the TabletPropertyDescription object within the TabletPropertyDescriptionCollection collection.

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

TabletPropertyDescriptionCollection Class
TabletPropertyDescriptionCollection Members
Microsoft.Ink Namespace
TabletPropertyDescription