IVsSwatchClient.RenderCell(VSSWATCHRENDER[], Int32) Method

Definition

This interface is deprecated as of Visual Studio 2010. The Visual Studio shell no longer recognizes this interface.

public:
 int RenderCell(cli::array <Microsoft::VisualStudio::Shell::Interop::VSSWATCHRENDER> ^ pRender, [Runtime::InteropServices::Out] int % ptcidRet);
int RenderCell(std::Array <Microsoft::VisualStudio::Shell::Interop::VSSWATCHRENDER> const & pRender, [Runtime::InteropServices::Out] int & ptcidRet);
public int RenderCell (Microsoft.VisualStudio.Shell.Interop.VSSWATCHRENDER[] pRender, out int ptcidRet);
abstract member RenderCell : Microsoft.VisualStudio.Shell.Interop.VSSWATCHRENDER[] * int -> int
Public Function RenderCell (pRender As VSSWATCHRENDER(), ByRef ptcidRet As Integer) As Integer

Parameters

pRender
VSSWATCHRENDER[]

[In] A pointer to an object of type VSSWATCHRENDER[].

ptcidRet
Int32

[In, Out] A pointer to an integer value that represents an MSO control ID.

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::RenderCell(  
   [in] VSSWATCHRENDER *pRender,   
   [in, out] int *ptcidRet  
);  

Applies to