IVsIntellisenseCompletor.GetHeight(UInt32) Méthode

Définition

Obtient la hauteur du completor IntelliSense.

public:
 int GetHeight(System::UInt32 % dwHeight);
int GetHeight(unsigned int & dwHeight);
public int GetHeight (ref uint dwHeight);
abstract member GetHeight : uint32 -> int
Public Function GetHeight (ByRef dwHeight As UInteger) As Integer

Paramètres

dwHeight
UInt32

Hauteur du completor.

Retours

Int32

Si la méthode réussit, elle retourne VSConstants.S_OK. En cas d'échec, retourne un code d'erreur.

Remarques

C++

À partir de singlefileeditor. idl :

HRESULT IVsIntellisenseCompletor::GetHeight(DWORD *dwHeight);

S’applique à