Metodo IVsIntellisenseCompletor.GetHeight
Ottiene l'altezza del completor IntelliSense.
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 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
Parametri
dwHeight
Tipo: UInt32%Altezza del completor.
Valore restituito
Tipo: Int32
Se il metodo ha esito positivo, restituisce VSConstants.S_OK.Se non riesce, restituisce un codice di errore.
Note
C++
da singlefileeditor.idl:
HRESULT IVsIntellisenseCompletor::GetHeight(DWORD *dwHeight);
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.