VsIntellisenseCompletorClass.GetWidth(UInt32) 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.
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.