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