TabletDevice.ProductId Propiedad

Definición

Obtiene el identificador de producto del dispositivo de tableta gráfica.

public:
 property System::String ^ ProductId { System::String ^ get(); };
public string ProductId { get; }
member this.ProductId : string
Public ReadOnly Property ProductId As String

Valor de propiedad

El identificador de producto del dispositivo de tableta gráfica.

Ejemplos

En el ejemplo de código siguiente se muestra la ProductId propiedad .

textbox1.AppendText("ProductId: " + myTabletDevice.ProductId + "\n");
textbox1.AppendText("ProductId: " & myTabletDevice.ProductId & vbCrLf)

Comentarios

El fabricante del dispositivo de tableta es responsable de agregar esta cadena. El valor devuelto está vacío si el dispositivo de tableta no tiene un identificador.

Se aplica a