IVsSwatchClient.SelectionUpdate(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
);