Compartir a través de


IVsIntellisenseCompletor.GetWidth (Método)

Obtiene el ancho completor.

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
Function GetWidth ( _
    ByRef dwWidth As UInteger _
) As Integer
int GetWidth(
    ref uint dwWidth
)
int GetWidth(
    unsigned int% dwWidth
)
abstract GetWidth : 
        dwWidth:uint32 byref -> int
function GetWidth(
    dwWidth : uint
) : int

Parámetros

  • dwWidth
    Tipo: UInt32%

    El ancho completor.

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve VSConstants.S_OK.Si se produce un error, devuelve un código de error.

Comentarios

C++

de singlefileeditor.idl:

HRESULT IVsIntellisenseCompletor::GetWidth(DWORD *dwWidth);

Seguridad de .NET Framework

Vea también

Referencia

IVsIntellisenseCompletor Interfaz

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