Método TabletPropertyDescriptionCollection.Add
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (em Microsoft.Ink.dll)
Sintaxe
'Declaração
Public Function Add ( _
value As TabletPropertyDescription _
) As Integer
'Uso
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 function Add(
value : TabletPropertyDescription
) : int
Parâmetros
- value
Tipo: Microsoft.Ink.TabletPropertyDescription
Valor de retorno
Tipo: System.Int32
Plataformas
Windows Vista
o.NET Framework e.NET Compact Framework não oferecem suporte a todas as versões de cada plataforma. Para obter uma lista de versões suportadas, consulte Requisitos de sistema do .NET framework.
Informações sobre versão
.NET Framework
Compatível com: 3.0
Consulte também
Referência
TabletPropertyDescriptionCollection Classe