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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.