Udostępnij za pośrednictwem


TabletDevice.ProductId Właściwość

Definicja

Pobiera identyfikator produktu dla urządzenia tabletu.

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

Wartość właściwości

Identyfikator produktu dla urządzenia tabletu.

Przykłady

Poniższy przykład kodu przedstawia ProductId właściwość .

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

Uwagi

Producent urządzenia tabletu jest odpowiedzialny za dodanie tego ciągu. Wartość zwracana jest pusta, jeśli urządzenie tabletu nie ma identyfikatora.

Dotyczy