Condividi tramite


Metodo IVsTextViewIntellisenseHost.GetSmartTagRect

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintassi

'Dichiarazione
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

Parametri

  • rcSmartTag
    Tipo: array<RECT[]

     

Valore restituito

Tipo: Int32
Se il metodo ha esito positivo, restituisce NativeMethods.S_OK.Se non riesce, restituisce un codice di errore.

Note

da singlefileeditor.idl:

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextViewIntellisenseHost Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop