다음을 통해 공유


PrintSupportSettingsActivatedEventArgs.Session 속성

정의

인쇄 지원 설정 UI의 현재 세션에 대한 정보를 가져옵니다.

public:
 property PrintSupportSettingsUISession ^ Session { PrintSupportSettingsUISession ^ get(); };
PrintSupportSettingsUISession Session();
public PrintSupportSettingsUISession Session { get; }
var printSupportSettingsUISession = printSupportSettingsActivatedEventArgs.session;
Public ReadOnly Property Session As PrintSupportSettingsUISession

속성 값

인쇄 지원 설정 UI의 현재 세션에 대한 정보입니다.

적용 대상