Partilhar via


Método IVsTextStorage.Storage_Attach

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

Sintaxe

'Declaração
Function Storage_Attach ( _
    pBuffer As Object _
) As Integer
int Storage_Attach(
    Object pBuffer
)
int Storage_Attach(
    [InAttribute] Object^ pBuffer
)
abstract Storage_Attach : 
        pBuffer:Object -> int
function Storage_Attach(
    pBuffer : Object
) : int

Parâmetros

  • pBuffer
    Tipo: Object

    [in]

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_Attach(
   [in] IUnknown *pBuffer
);

Segurança do .NET Framework

Consulte também

Referência

IVsTextStorage Interface

Namespace Microsoft.VisualStudio.TextManager.Interop