IVsIntellisenseCompletor.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.
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);