Bagikan melalui


LauncherUIOptions.InvocationPoint Properti

Definisi

Mendapatkan atau mengatur titik di layar tempat pengguna membuka file atau 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)

Nilai Properti

Titik pemanggilan.

Keterangan

Untuk mendapatkan atau mengatur persegi pilihan, gunakan metode SelectionRect .

Penting

Properti ini hanya diimplementasikan pada perangkat Desktop.

Berlaku untuk

Lihat juga