Compartir a través de


VsIntellisenseCompletorClass.GetWidth (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxis

'Declaración
Public Overridable Function GetWidth ( _
    ByRef dwWidth As UInteger _
) As Integer
public virtual int GetWidth(
    ref uint dwWidth
)
public:
virtual int GetWidth(
    unsigned int% dwWidth
)
abstract GetWidth : 
        dwWidth:uint32 byref -> int  
override GetWidth : 
        dwWidth:uint32 byref -> int
public function GetWidth(
    dwWidth : uint
) : int

Parámetros

  • dwWidth
    Tipo: UInt32%

Valor devuelto

Tipo: Int32

Implementaciones

IVsIntellisenseCompletor.GetWidth(UInt32%)

Seguridad de .NET Framework

Vea también

Referencia

VsIntellisenseCompletorClass Clase

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)