ICustomView2.CreateRootNodeCustomizer 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.
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.