Compartir a través de


IVsTextViewEx.GetSmartTagRect (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxis

'Declaración
Function GetSmartTagRect ( _
    <OutAttribute> rcSmartTag As RECT() _
) As Integer
int GetSmartTagRect(
    RECT[] rcSmartTag
)
int GetSmartTagRect(
    [OutAttribute] array<RECT>^ rcSmartTag
)
abstract GetSmartTagRect : 
        rcSmartTag:RECT[] byref -> int
function GetSmartTagRect(
    rcSmartTag : RECT[]
) : int

Parámetros

  • rcSmartTag
    Tipo: array<RECT[]

    [out]

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr2.idl:

HRESULT IVsTextViewEx::GetSmartTagRect(
   [out]RECT *rcSmartTag
);

Seguridad de .NET Framework

Vea también

Referencia

IVsTextViewEx Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)