Share via


TabletPropertyDescriptionCollection.Add Method

TabletPropertyDescriptionCollection.Add Method

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

Definition

Visual Basic .NET Public Function Add( _
ByVal value As TabletPropertyDescription _
) As Integer
C# public int Add(
TabletPropertyDescription value
);
Managed C++ public: int* Add(
TabletPropertyDescription *value
);

Parameters

value Microsoft.Ink.TabletPropertyDescription. The TabletPropertyDescription object to add to the end of the TabletPropertyDescriptionCollection collection.

Return Value

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

Exceptions

ArgumentException Leave Site: The value is already in the collection.

See Also