다음을 통해 공유


IppPrintDevice.FromId(String) 메서드

정의

프린터 디바이스 ID에서 IppPrintDevice 개체를 만듭니다.

public:
 static IppPrintDevice ^ FromId(Platform::String ^ deviceId);
 static IppPrintDevice FromId(winrt::hstring const& deviceId);
public static IppPrintDevice FromId(string deviceId);
function fromId(deviceId)
Public Shared Function FromId (deviceId As String) As IppPrintDevice

매개 변수

deviceId
String

Platform::String

winrt::hstring

프린터 디바이스 ID입니다.

반환

IppPrintDevice 개체입니다.

Windows 요구 사항

디바이스 패밀리
Windows 11 Insider Preview (10.0.23504.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v15.0에서 도입되었습니다.)

적용 대상