Condividi tramite


TabletDevice.ProductId Proprietà

Definizione

Ottiene l'identificatore del prodotto per la tavoletta.

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

Valore della proprietà

Identificatore del prodotto per la tavoletta.

Esempio

Nell'esempio di codice seguente viene illustrata la ProductId proprietà .

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

Commenti

Il produttore del dispositivo tablet è responsabile dell'aggiunta di questa stringa. Il valore restituito è vuoto se il dispositivo tablet non ha un identificatore.

Si applica a