IVsIntellisenseOptions.SetCompletorSize(Int32) Método

Definição

Define a propriedade Size do completo.

public:
 int SetCompletorSize(int uSize);
public:
 int SetCompletorSize(int uSize);
int SetCompletorSize(int uSize);
public int SetCompletorSize (int uSize);
abstract member SetCompletorSize : int -> int
Public Function SetCompletorSize (uSize As Integer) As Integer

Parâmetros

uSize
Int32

no 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::SetCompletorSize(

[in] long uSize

);

Aplica-se a