ExportNodeFilterAttribute Class

Definition

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

Constructors

ExportNodeFilterAttribute(String, String, UInt32)

Initializes a new instance of the ExportNodeFilterAttribute class.

Properties

FilterCommandGroup

Gets the command group for the filter.

FilterCommandId

Gets the command ID for the filter.

OptionFlags

The Options defined for this metadata as flags attribute

(Inherited from ExportProviderAttributeBase)
OptionFlagsInternal

Return the options flags internal

Priority

Provider priority

(Inherited from ExportProviderAttributeBase)
Type

The Unique Type for this Provider

(Inherited from ExportProviderAttributeBase)
Version

Version tracking

(Inherited from ExportProviderAttributeBase)

Applies to

See also