DebugUserNotificationUI110Class.UpdateModuleNameForCurrentSymbolLoad Method

Definition

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

Returns

Implements

Applies to