VsTextBufferClass.Reserved7 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.
Reserved in the Vtable for future use.
public:
virtual int Reserved7() = Microsoft::VisualStudio::TextManager::Interop::IVsTextBuffer::Reserved7;
public:
virtual int Reserved7();
public:
virtual int Reserved7() = Microsoft::VisualStudio::TextManager::Interop::IVsTextBuffer::Reserved7;
virtual int Reserved7();
public virtual int Reserved7 ();
abstract member Reserved7 : unit -> int
override this.Reserved7 : unit -> int
Public Overridable Function Reserved7 () As Integer