Share via


LauncherUIOptions.InvocationPoint 속성

정의

사용자가 파일 또는 URI를 연 화면의 지점을 가져오거나 설정합니다.

public:
 property IReference<Point> ^ InvocationPoint { IReference<Point> ^ get(); void set(IReference<Point> ^ value); };
IReference<Point> InvocationPoint();

void InvocationPoint(IReference<Point> value);
public System.Nullable<Point> InvocationPoint { get; set; }
var iReference = launcherUIOptions.invocationPoint;
launcherUIOptions.invocationPoint = iReference;
Public Property InvocationPoint As Nullable(Of Point)

속성 값

호출 지점입니다.

설명

선택 사각형을 얻거나 설정하려면 SelectionRect 메서드를 사용합니다.

중요

이 속성은 데스크톱 디바이스에서만 구현됩니다.

적용 대상

추가 정보