WorkspaceVisualNodeBase.Refresh(WorkspaceVisualNodeBase) Method

Definition

Called on refresh, when a "new node" is created but considered equal. This give opportunity to "refresh" some non-essential properties from the newer object (like capitalization)

public:
 virtual void Refresh(Microsoft::VisualStudio::Workspace::VSIntegration::UI::WorkspaceVisualNodeBase ^ recent);
public virtual void Refresh (Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase recent);
abstract member Refresh : Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase -> unit
override this.Refresh : Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase -> unit
Public Overridable Sub Refresh (recent As WorkspaceVisualNodeBase)

Parameters

recent
WorkspaceVisualNodeBase

an node recently created to represent same underlying object

Applies to