Share via


VsWorkspaceFactoryProviders.NodeExtenders Property

Definition

Gets or sets the Node extenders

public:
 property System::Collections::Generic::IList<Microsoft::VisualStudio::Workspace::VSIntegration::UI::INodeExtender ^> ^ NodeExtenders { System::Collections::Generic::IList<Microsoft::VisualStudio::Workspace::VSIntegration::UI::INodeExtender ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::VisualStudio::Workspace::VSIntegration::UI::INodeExtender ^> ^ value); };
public:
 property System::Collections::Generic::IList<Lazy<Microsoft::VisualStudio::Workspace::VSIntegration::UI::INodeExtender ^, Microsoft::VisualStudio::Workspace::VSIntegration::UI::INodeExtenderMetadata ^> ^> ^ NodeExtenders { System::Collections::Generic::IList<Lazy<Microsoft::VisualStudio::Workspace::VSIntegration::UI::INodeExtender ^, Microsoft::VisualStudio::Workspace::VSIntegration::UI::INodeExtenderMetadata ^> ^> ^ get(); void set(System::Collections::Generic::IList<Lazy<Microsoft::VisualStudio::Workspace::VSIntegration::UI::INodeExtender ^, Microsoft::VisualStudio::Workspace::VSIntegration::UI::INodeExtenderMetadata ^> ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.Workspace.VSIntegration.UI.INodeExtender> NodeExtenders { get; set; }
public System.Collections.Generic.IList<Lazy<Microsoft.VisualStudio.Workspace.VSIntegration.UI.INodeExtender,Microsoft.VisualStudio.Workspace.VSIntegration.UI.INodeExtenderMetadata>> NodeExtenders { get; set; }
public System.Collections.Generic.IList<Lazy<Microsoft.VisualStudio.Workspace.VSIntegration.UI.INodeExtender,Microsoft.VisualStudio.Workspace.VSIntegration.UI.INodeExtenderMetadata>>? NodeExtenders { get; set; }
member this.NodeExtenders : System.Collections.Generic.IList<Microsoft.VisualStudio.Workspace.VSIntegration.UI.INodeExtender> with get, set
member this.NodeExtenders : System.Collections.Generic.IList<Lazy<Microsoft.VisualStudio.Workspace.VSIntegration.UI.INodeExtender, Microsoft.VisualStudio.Workspace.VSIntegration.UI.INodeExtenderMetadata>> with get, set
Public Property NodeExtenders As IList(Of INodeExtender)
Public Property NodeExtenders As IList(Of Lazy(Of INodeExtender, INodeExtenderMetadata))

Property Value

List of node extenders that are in use for the default view.

Applies to