Partilhar via


Método IVsTextLayerMarker.QueryClientInterface

Permite que o chamador Saibase o marcador foi invalidado

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
Function QueryClientInterface ( _
    ByRef iid As Guid, _
    <OutAttribute> ByRef ppClient As IntPtr _
) As Integer
int QueryClientInterface(
    ref Guid iid,
    out IntPtr ppClient
)
int QueryClientInterface(
    [InAttribute] Guid% iid, 
    [OutAttribute] IntPtr% ppClient
)
abstract QueryClientInterface : 
        iid:Guid byref * 
        ppClient:IntPtr byref -> int
function QueryClientInterface(
    iid : Guid, 
    ppClient : IntPtr
) : int

Parâmetros

  • iid
    Tipo: Guid%

     

  • ppClient
    Tipo: IntPtr%

     

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.S_FALSEsignifica que o marcador é invalidado.

Comentários

COM assinatura

De textmgr.idl:

HRESULT IVsTextLayerMarker::QueryClientInterface(
   [in] REFIID iid,
   [out, iid_is(iid)] void **ppClient
);

Segurança do .NET Framework

Consulte também

Referência

IVsTextLayerMarker Interface

Namespace Microsoft.VisualStudio.TextManager.Interop