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