Freigeben über


PrintExtensionContext.FromDeviceId(String) Methode

Definition

Ruft den Kontext für das Druckererweiterungsobjekt basierend auf der DeviceInformation-ID ab.

public:
 static Platform::Object ^ FromDeviceId(Platform::String ^ deviceId);
 static IInspectable FromDeviceId(winrt::hstring const& deviceId);
public static object FromDeviceId(string deviceId);
function fromDeviceId(deviceId)
Public Shared Function FromDeviceId (deviceId As String) As Object

Parameter

deviceId
String

Platform::String

winrt::hstring

Die Geräteinformations-ID für das Druckgerät.

Gibt zurück

Object

Platform::Object

IInspectable

Zeiger auf den Kontext.

Gilt für:

Weitere Informationen