IVsSwatchClient.SelectCell(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 SelectCell(int x, int y);
public:
int SelectCell(int x, int y);
int SelectCell(int x, int y);
public int SelectCell (int x, int y);
abstract member SelectCell : int * int -> int
Public Function SelectCell (x As Integer, y As Integer) As Integer
Parameters
- x
- Int32
[In] A value of integer type.
- y
- Int32
[In] A value of integer type.
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::SelectCell(
[in] int x, [in] int y
);