Share via


IVsSwatchClient.SelectionUpdate(Int32, Int32) Method

Definition

This interface is deprecated as of Visual Studio 2010. The Visual Studio shell no longer recognizes this 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

Parameters

pxCur
Int32

[In, Out] A pointer to an integer value.

pyCur
Int32

[In, Out] A pointer to an integer value.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsSwatchClient::SelectionUpdate(  
   [in, out] int *pxCur,   
   [in, out] int *pyCur  
);  

Applies to