ExportNodeExtenderAttribute Class
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.
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. |