Método IVsTextViewIntellisenseHost_Corrected.GetSmartTagRect
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.9.0 (em Microsoft.VisualStudio.TextManager.Interop.9.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
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.