IVsIntellisenseCompletor.GetHeight(UInt32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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);