LauncherUIOptions.InvocationPoint Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le point à l’écran où l’utilisateur a ouvert un fichier ou un 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)
Valeur de propriété
Point d’appel.
Remarques
Pour obtenir ou définir le rectangle de sélection, utilisez la méthode SelectionRect .
Important
Cette propriété est implémentée uniquement sur les appareils de bureau.