VsTextLineStorageClass.Storage_Attach, méthode

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

  • pBuffer
    Type : Object

    [in]

Valeur de retour

Type : Int32

Implémentations

IVsTextStorage.Storage_Attach(Object)

Sécurité .NET Framework

Voir aussi

Référence

VsTextLineStorageClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms