Share via


INodeCustomizer Interface

Definition

Customizes the visualization of a node in the Solution Explorer.

public interface class INodeCustomizer
public interface INodeCustomizer
type INodeCustomizer = interface
Public Interface INodeCustomizer

Methods

OnBeforeNodeShown(WorkspaceVisualNodeBase)

Modifies the visualization of a node before it's shown to the user. This may be called when the visual tree is refreshed either by the user or in response to some event. Operations to the node should be limited to visual changes and no functional changes should be made. Usage of UINode is advised.

Applies to