IVsIntellisenseCompletor.GetHeight (Método)
Obtiene el alto completor de IntelliSense.
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 GetHeight ( _
ByRef dwHeight As UInteger _
) As Integer
int GetHeight(
ref uint dwHeight
)
int GetHeight(
unsigned int% dwHeight
)
abstract GetHeight :
dwHeight:uint32 byref -> int
function GetHeight(
dwHeight : uint
) : int
Parámetros
dwHeight
Tipo: UInt32%El alto completor.
Valor devuelto
Tipo: Int32
si el método tiene éxito, devuelve VSConstants.S_OK.Si se produce un error, devuelve un código de error.
Comentarios
C++
de singlefileeditor.idl:
HRESULT IVsIntellisenseCompletor::GetHeight(DWORD *dwHeight);
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
IVsIntellisenseCompletor Interfaz
Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)