다음을 통해 공유


GraphicsCaptureItem.TryCreateFromDisplayId(DisplayId) 메서드

정의

지정된 DisplayId를 사용하여 디스플레이를 나타내는 GraphicsCaptureItem을 만들려고 시도합니다.

public:
 static GraphicsCaptureItem ^ TryCreateFromDisplayId(DisplayId displayId);
 static GraphicsCaptureItem TryCreateFromDisplayId(DisplayId const& displayId);
public static GraphicsCaptureItem TryCreateFromDisplayId(DisplayId displayId);
function tryCreateFromDisplayId(displayId)
Public Shared Function TryCreateFromDisplayId (displayId As DisplayId) As GraphicsCaptureItem

매개 변수

displayId
DisplayId

GraphicsCaptureItem을 생성할 DisplayId입니다.

반환

성공하면 지정된 디스플레이 를 나타내는 GraphicsCaptureItem 을 반환합니다.

Windows 요구 사항

디바이스 패밀리
Windows 10, version 2104 (10.0.20348.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v12.0에서 도입되었습니다.)

설명

이 메서드를 사용하여 GraphicsCaptureItem 을 만들기 전에 GraphicsCaptureAccess.RequestAccessAsync를 호출하여 GraphicsCaptureAccessKind.Programmatic 값을 전달해야 합니다. GraphicsCaptureAccessKind.Programmatic을 사용하여 RequestAccessAsync를 호출하려면 앱의 패키지 매니페스트에서 graphicsCaptureProgrammatic 기능을 선언해야 합니다. 자세한 내용은 앱 기능 선언을 참조하세요.

적용 대상

추가 정보