Partilhar via


Método VsIntellisenseCompletorClass.GetWidth

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (em Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxe

'Declaração
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 de retorno

Tipo: Int32

Implementações

IVsIntellisenseCompletor.GetWidth(UInt32%)

Segurança do .NET Framework

Consulte também

Referência

VsIntellisenseCompletorClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop