ExportFileExtensionsAttributeBase Class

Definition

Export File Extension provide base

public ref class ExportFileExtensionsAttributeBase abstract : Microsoft::VisualStudio::Workspace::ExportProviderAttributeBase, Microsoft::VisualStudio::Workspace::IFileSelectorMetadata
public abstract class ExportFileExtensionsAttributeBase : Microsoft.VisualStudio.Workspace.ExportProviderAttributeBase, Microsoft.VisualStudio.Workspace.IFileSelectorMetadata
type ExportFileExtensionsAttributeBase = class
    inherit ExportProviderAttributeBase
    interface IFileSelectorMetadata
    interface IProviderMetadataBase
Public MustInherit Class ExportFileExtensionsAttributeBase
Inherits ExportProviderAttributeBase
Implements IFileSelectorMetadata
Inheritance
ExportFileExtensionsAttributeBase
Derived
Implements

Constructors

ExportFileExtensionsAttributeBase(String, String, String[], ProviderPriority, Type)

Initializes a new instance of the ExportFileExtensionsAttributeBase class.

ExportFileExtensionsAttributeBase(String, String, String[], String[], ProviderPriority, Type)

Initializes a new instance of the ExportFileExtensionsAttributeBase class.

ExportFileExtensionsAttributeBase(String, String[], ProviderPriority, Type)

Initializes a new instance of the ExportFileExtensionsAttributeBase class.

ExportFileExtensionsAttributeBase(String, String[], String[], ProviderPriority, Type)

Initializes a new instance of the ExportFileExtensionsAttributeBase class.

Properties

FilesFilters

Optional. Gets a set of rules (glob patterns) for files. This will constitute "anonymous" content type, aka set of files only available for the given provider. Files that matches this rules (if present) will be passed to the component regardless of their calculated content type.

OptionFlags

The Options defined for this metadata as flags attribute

(Inherited from ExportProviderAttributeBase)
OptionFlagsInternal

Return the options flags internal

(Inherited from ExportProviderAttributeBase)
Priority

Provider priority

(Inherited from ExportProviderAttributeBase)
SupportedContentTypes

Optional. List of content types this component wants to handle.

Type

The Unique Type for this Provider

(Inherited from ExportProviderAttributeBase)
Version

Version tracking

(Inherited from ExportProviderAttributeBase)

Applies to