IDebugENCDocumentContextUpdate.UpdateDocumentContext 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 UpdateDocumentContext(Microsoft::VisualStudio::Debugger::Interop::IDebugCodeContext2 ^ pContext, Microsoft::VisualStudio::Debugger::Interop::IDebugDocumentContext2 ^ pDocContext);
public int UpdateDocumentContext(Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContext2 pContext, Microsoft.VisualStudio.Debugger.Interop.IDebugDocumentContext2 pDocContext);
abstract member UpdateDocumentContext : Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContext2 * Microsoft.VisualStudio.Debugger.Interop.IDebugDocumentContext2 -> int
Public Function UpdateDocumentContext (pContext As IDebugCodeContext2, pDocContext As IDebugDocumentContext2) As Integer
Parameters
- pContext
- IDebugCodeContext2
- pDocContext
- IDebugDocumentContext2