Share via


ExportNodeExtenderAttribute Class

Definition

ExportAttribute for exporting an INodeExtender

public ref class ExportNodeExtenderAttribute sealed : System::ComponentModel::Composition::ExportAttribute, Microsoft::VisualStudio::Workspace::VSIntegration::UI::INodeExtenderMetadata
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public sealed class ExportNodeExtenderAttribute : System.ComponentModel.Composition.ExportAttribute, Microsoft.VisualStudio.Workspace.VSIntegration.UI.INodeExtenderMetadata
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type ExportNodeExtenderAttribute = class
    inherit ExportAttribute
    interface INodeExtenderMetadata
Public NotInheritable Class ExportNodeExtenderAttribute
Inherits ExportAttribute
Implements INodeExtenderMetadata
Inheritance
ExportNodeExtenderAttribute
Attributes
Implements

Constructors

ExportNodeExtenderAttribute(String)

Initializes a new instance of the ExportNodeExtenderAttribute class.

ExportNodeExtenderAttribute(String[])

Initializes a new instance of the ExportNodeExtenderAttribute class.

Properties

ViewNames

Views this INodeExtender belongs to.

Applies to