IDebugDocumentTextEvents2.onUpdateTextAttributes 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.
public:
int onUpdateTextAttributes(Microsoft::VisualStudio::Debugger::Interop::TEXT_POSITION pos, System::UInt32 dwNumToUpdate);
public int onUpdateTextAttributes(Microsoft.VisualStudio.Debugger.Interop.TEXT_POSITION pos, uint dwNumToUpdate);
abstract member onUpdateTextAttributes : Microsoft.VisualStudio.Debugger.Interop.TEXT_POSITION * uint32 -> int
Public Function onUpdateTextAttributes (pos As TEXT_POSITION, dwNumToUpdate As UInteger) As Integer
Parameters
- pos
- TEXT_POSITION
- dwNumToUpdate
- UInt32