Share via


IVsIntellisenseOptions.GetCompletorSize(Int32) Method

Definition

Gets the completor size property

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

Parameters

uSize
Int32

[out] The completor size.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From textmgr2.idl:

HRESULT IVsIntellisenseOptions::GetCompletorSize(

[out] long *uSize

);

Applies to