IVsIntellisenseOptions.GetCompletorSize(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
);