IVsTextStorage.Storage_Attach(Object) Method
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:
int Storage_Attach(System::Object ^ pBuffer);
public:
int Storage_Attach(Platform::Object ^ pBuffer);
int Storage_Attach(winrt::Windows::Foundation::IInspectable const & pBuffer);
public int Storage_Attach (object pBuffer);
abstract member Storage_Attach : obj -> int
Public Function Storage_Attach (pBuffer As Object) As Integer
- pBuffer
- Object
[in] The text buffer.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsTextStorage::Storage_Attach(
[in] IUnknown *pBuffer
);