VsTextBufferClass.Reserved9 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 Reserved9() = Microsoft::VisualStudio::TextManager::Interop::IVsTextBuffer::Reserved9;
public:
virtual int Reserved9();
public:
virtual int Reserved9() = Microsoft::VisualStudio::TextManager::Interop::IVsTextBuffer::Reserved9;
virtual int Reserved9();
public virtual int Reserved9 ();
abstract member Reserved9 : unit -> int
override this.Reserved9 : unit -> int
Public Overridable Function Reserved9 () As Integer