VsTextLineStorageClass.Storage_Attach(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attaches a text buffer.
public:
virtual int Storage_Attach(System::Object ^ pBuffer) = Microsoft::VisualStudio::TextManager::Interop::IVsTextStorage::Storage_Attach;
public:
virtual int Storage_Attach(System::Object ^ pBuffer);
public:
virtual int Storage_Attach(Platform::Object ^ pBuffer) = Microsoft::VisualStudio::TextManager::Interop::IVsTextStorage::Storage_Attach;
virtual int Storage_Attach(winrt::Windows::Foundation::IInspectable const & pBuffer);
public virtual int Storage_Attach (object pBuffer);
abstract member Storage_Attach : obj -> int
override this.Storage_Attach : obj -> int
Public Overridable Function Storage_Attach (pBuffer As Object) As Integer
Parameters
- pBuffer
- Object
[in] The text buffer.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.