Compartir a través de


VsTextLineStorageClass.Storage_Attach (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: Int32

Implementaciones

IVsTextStorage.Storage_Attach(Object)

Seguridad de .NET Framework

Vea también

Referencia

VsTextLineStorageClass Clase

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