IVsIntellisenseCompletor.GetWidth(UInt32) Method

Definition

Gets the completor width.

public:
 int GetWidth(System::UInt32 % dwWidth);
int GetWidth(unsigned int & dwWidth);
public int GetWidth (ref uint dwWidth);
abstract member GetWidth : uint32 -> int
Public Function GetWidth (ByRef dwWidth As UInteger) As Integer

Parameters

dwWidth
UInt32

The width of the completor.

Returns

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

Remarks

C++

From singlefileeditor.idl:

HRESULT IVsIntellisenseCompletor::GetWidth(DWORD *dwWidth);

Applies to