IVsSwatchClient.SelectionUpdate(Int32, Int32) Méthode
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.
Cette interface est déconseillée à partir de Visual Studio 2010. Le shell Visual Studio ne reconnaît plus cette interface.
public:
int SelectionUpdate([Runtime::InteropServices::Out] int % pxCur, [Runtime::InteropServices::Out] int % pyCur);
int SelectionUpdate([Runtime::InteropServices::Out] int & pxCur, [Runtime::InteropServices::Out] int & pyCur);
public int SelectionUpdate (out int pxCur, out int pyCur);
abstract member SelectionUpdate : int * int -> int
Public Function SelectionUpdate (ByRef pxCur As Integer, ByRef pyCur As Integer) As Integer
Paramètres
- pxCur
- Int32
[In, Out] Pointeur vers une valeur entière.
- pyCur
- Int32
[In, Out] Pointeur vers une valeur entière.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.
Remarques
Signature COM
À partir de vsshell. idl :
HRESULT IVsSwatchClient::SelectionUpdate(
[in, out] int *pxCur,
[in, out] int *pyCur
);