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