Partilhar via


Método IVsTextStorage.Storage_GetLength

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

Sintaxe

'Declaração
Function Storage_GetLength As Integer
int Storage_GetLength()
int Storage_GetLength()
abstract Storage_GetLength : unit -> int
function Storage_GetLength() : int

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De textmgr.idl:

HRESULT IVsTextStorage::Storage_GetLength();

Segurança do .NET Framework

Consulte também

Referência

IVsTextStorage Interface

Namespace Microsoft.VisualStudio.TextManager.Interop