INodeContainer.NodeExtenders Property
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.
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)