IVsSwatchClient.RenderCell Method

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

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Function RenderCell ( _
    pRender As VSSWATCHRENDER(), _
    <OutAttribute> ByRef ptcidRet As Integer _
) As Integer
int RenderCell(
    VSSWATCHRENDER[] pRender,
    out int ptcidRet
)
int RenderCell(
    [InAttribute] array<VSSWATCHRENDER>^ pRender, 
    [InAttribute] [OutAttribute] int% ptcidRet
)
abstract RenderCell : 
        pRender:VSSWATCHRENDER[] * 
        ptcidRet:int byref -> int 
function RenderCell(
    pRender : VSSWATCHRENDER[], 
    ptcidRet : int
) : int

Parameters

  • ptcidRet
    Type: System.Int32%
    [In, Out] A pointer to an integer value that represents an MSO control ID.

Return Value

Type: System.Int32
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
);

.NET Framework Security

See Also

Reference

IVsSwatchClient Interface

Microsoft.VisualStudio.Shell.Interop Namespace