ExportBuildUpToDateCheckAttribute Class

Definition

ExportBuildUpToDateCheckAttribute class to MEF export Build up to date provider attributes

public ref class ExportBuildUpToDateCheckAttribute : Microsoft::VisualStudio::Workspace::ExportFileExtensionsAttributeBase, Microsoft::VisualStudio::Workspace::Build::IBuildUpToDateCheckProviderMetadata
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public class ExportBuildUpToDateCheckAttribute : Microsoft.VisualStudio.Workspace.ExportFileExtensionsAttributeBase, Microsoft.VisualStudio.Workspace.Build.IBuildUpToDateCheckProviderMetadata
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type ExportBuildUpToDateCheckAttribute = class
    inherit ExportFileExtensionsAttributeBase
    interface IBuildUpToDateCheckProviderMetadata
    interface IFileSelectorMetadata
    interface IProviderMetadataBase
Public Class ExportBuildUpToDateCheckAttribute
Inherits ExportFileExtensionsAttributeBase
Implements IBuildUpToDateCheckProviderMetadata
Inheritance
Attributes
Implements

Constructors

ExportBuildUpToDateCheckAttribute(BuildUpToDateCheckProviderOptions, String, String[], ProviderPriority)

Initializes a new instance of the ExportBuildUpToDateCheckAttribute 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.

(Inherited from ExportFileExtensionsAttributeBase)
OptionFlags

The Options defined for this metadata as flags attribute

(Inherited from ExportProviderAttributeBase)
OptionFlagsInternal

Return the options flags internal

Options

Provider options

Priority

Provider priority

(Inherited from ExportProviderAttributeBase)
SupportedContentTypes

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

(Inherited from ExportFileExtensionsAttributeBase)
Type

The Unique Type for this Provider

(Inherited from ExportProviderAttributeBase)
Version

Version tracking

(Inherited from ExportProviderAttributeBase)

Applies to