Partilhar via


Método VsTextLineStorageClass.Storage_Attach

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

Sintaxe

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

Parâmetros

  • pBuffer
    Tipo: Object

    [in]

Valor de retorno

Tipo: Int32

Implementações

IVsTextStorage.Storage_Attach(Object)

Segurança do .NET Framework

Consulte também

Referência

VsTextLineStorageClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop