IVsIntellisenseLangTip.IsActive(Int32) Método

Definição

Determina se a Tip está ativa.

public:
 int IsActive([Runtime::InteropServices::Out] int % pfIsActive);
int IsActive([Runtime::InteropServices::Out] int & pfIsActive);
public int IsActive (out int pfIsActive);
abstract member IsActive : int -> int
Public Function IsActive (ByRef pfIsActive As Integer) As Integer

Parâmetros

pfIsActive
Int32

fora Zero (false) se a dica não estiver ativa, caso contrário, diferente de zero (true).

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Aplica-se a