IVsIntellisenseOptions.GetCompletorSize(Int32) Método

Definição

Obtém a propriedade tamanho do completo

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

Parâmetros

uSize
Int32

fora O tamanho do completo.

Retornos

Int32

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

Comentários

Assinatura COM

De textmgr2. idl:

HRESULT IVsIntellisenseOptions::GetCompletorSize(

[out] long *uSize

);

Aplica-se a