IVsSwatchClient.RenderCell(VSSWATCHRENDER[], Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Essa interface foi preterida a partir do Visual Studio 2010. O Shell do Visual Studio não reconhece mais essa 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
Parâmetros
- pRender
- VSSWATCHRENDER[]
No Um ponteiro para um objeto do tipo VSSWATCHRENDER [].
- ptcidRet
- Int32
[Entrada, saída] Um ponteiro para um valor inteiro que representa uma ID de controle de MSO.
Retornos
Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.
Comentários
Assinatura COM
De VSShell. idl:
HRESULT IVsSwatchClient::RenderCell(
[in] VSSWATCHRENDER *pRender,
[in, out] int *ptcidRet
);