VsTextLineStorageClass.Storage_Detach 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.
Detach the storage buffer.
public:
virtual void Storage_Detach() = Microsoft::VisualStudio::TextManager::Interop::IVsTextStorage::Storage_Detach;
public:
virtual void Storage_Detach();
public:
virtual void Storage_Detach() = Microsoft::VisualStudio::TextManager::Interop::IVsTextStorage::Storage_Detach;
virtual void Storage_Detach();
public virtual void Storage_Detach ();
abstract member Storage_Detach : unit -> unit
override this.Storage_Detach : unit -> unit
Public Overridable Sub Storage_Detach ()