Compartilhar via


INodeContainer.NodeExtenders Property

Definition

Gets the node extenders available in the current view.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Workspace::VSIntegration::UI::INodeExtender ^> ^ NodeExtenders { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Workspace::VSIntegration::UI::INodeExtender ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Workspace.VSIntegration.UI.INodeExtender> NodeExtenders { get; }
member this.NodeExtenders : seq<Microsoft.VisualStudio.Workspace.VSIntegration.UI.INodeExtender>
Public ReadOnly Property NodeExtenders As IEnumerable(Of INodeExtender)

Property Value

Applies to