DebugUserNotificationUI110Class.UpdateModuleNameForCurrentSymbolLoad 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:
virtual int UpdateModuleNameForCurrentSymbolLoad(System::String ^ newModuleName) = Microsoft::VisualStudio::Debugger::Interop::IDebugUserNotificationUI110::UpdateModuleNameForCurrentSymbolLoad;
public:
virtual int UpdateModuleNameForCurrentSymbolLoad(Platform::String ^ newModuleName) = Microsoft::VisualStudio::Debugger::Interop::IDebugUserNotificationUI110::UpdateModuleNameForCurrentSymbolLoad;
virtual int UpdateModuleNameForCurrentSymbolLoad(std::wstring const & newModuleName);
public virtual int UpdateModuleNameForCurrentSymbolLoad(string newModuleName);
abstract member UpdateModuleNameForCurrentSymbolLoad : string -> int
override this.UpdateModuleNameForCurrentSymbolLoad : string -> int
Public Overridable Function UpdateModuleNameForCurrentSymbolLoad (newModuleName As String) As Integer
Parameters
- newModuleName
- String