Método IVsIntellisenseCompletor.GetWidth
Obtém a largura de completor.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (em Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintaxe
'Declaração
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%A largura do que o completor.
Valor de retorno
Tipo: Int32
Se o método for bem-sucedido, ele retorna VSConstants.S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
C++
De singlefileeditor.idl:
HRESULT IVsIntellisenseCompletor::GetWidth(DWORD *dwWidth);
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.