VsIntellisenseCompletorClass.GetWidth(UInt32) Method

Definition

Returns the width of the completion span.

public:
 virtual int GetWidth(System::UInt32 % dwWidth) = Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseCompletor::GetWidth;
public:
 virtual int GetWidth(System::UInt32 % dwWidth);
 virtual int GetWidth(unsigned int & dwWidth);
public virtual int GetWidth (ref uint dwWidth);
abstract member GetWidth : uint32 -> int
override this.GetWidth : uint32 -> int
Public Overridable Function GetWidth (ByRef dwWidth As UInteger) As Integer

Parameters

dwWidth
UInt32

The width of the completion span.

Returns

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

Implements

Applies to