Metodo IVsIntellisenseOptions.GetCompletorSize
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintassi
'Dichiarazione
Function GetCompletorSize ( _
<OutAttribute> ByRef uSize As Integer _
) As Integer
int GetCompletorSize(
out int uSize
)
int GetCompletorSize(
[OutAttribute] int% uSize
)
abstract GetCompletorSize :
uSize:int byref -> int
function GetCompletorSize(
uSize : int
) : int
Parametri
uSize
Tipo: Int32%[out]
Valore restituito
Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.
Note
Firma COM
da textmgr2.idl:
HRESULT IVsIntellisenseOptions::GetCompletorSize(
[out] long *uSize
);
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.