WorkspaceVisualNodeBase.Refresh(WorkspaceVisualNodeBase) 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.
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