IVsSwatchClient.SelectionUpdate(Int32, Int32) Méthode

Définition

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

Int32

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  
);  

S’applique à