Partilhar via


Método IVsTextViewIntellisenseHost.GetSmartTagRect

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

Sintaxe

'Declaração
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[]

     

Valor de retorno

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

Comentários

De singlefileeditor.idl:

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

Segurança do .NET Framework

Consulte também

Referência

IVsTextViewIntellisenseHost Interface

Namespace Microsoft.VisualStudio.TextManager.Interop