Share via


ICustomView2.CreateRootNodeCustomizer Method

Definition

Creates a customizer used for the root node of this custom view.

public:
 Microsoft::VisualStudio::Workspace::VSIntegration::UI::INodeCustomizer ^ CreateRootNodeCustomizer();
public Microsoft.VisualStudio.Workspace.VSIntegration.UI.INodeCustomizer CreateRootNodeCustomizer ();
abstract member CreateRootNodeCustomizer : unit -> Microsoft.VisualStudio.Workspace.VSIntegration.UI.INodeCustomizer
Public Function CreateRootNodeCustomizer () As INodeCustomizer

Returns

An instance of INodeCustomizer to use for the view's root node.

Remarks

Implementations of this method should be free-threaded, i.e. callers of this method should be able to call it from any thread.

Applies to