Método IVsIntellisenseOptions.SetCompletorSize
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (em Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintaxe
'Declaração
Function SetCompletorSize ( _
uSize As Integer _
) As Integer
int SetCompletorSize(
int uSize
)
int SetCompletorSize(
[InAttribute] int uSize
)
abstract SetCompletorSize :
uSize:int -> int
function SetCompletorSize(
uSize : int
) : int
Parâmetros
uSize
Tipo: Int32[in]
Valor de retorno
Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De textmgr2.idl:
HRESULT IVsIntellisenseOptions::SetCompletorSize(
[in] long uSize
);
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.