ExportBuildUpToDateCheckAttribute 类

定义

ExportBuildUpToDateCheckAttribute 类到 MEF 导出生成最新的提供程序属性

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
继承
属性
实现

构造函数

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

初始化 ExportBuildUpToDateCheckAttribute 类的新实例。

属性

FilesFilters

可选。 获取用于文件 (glob 模式) 的一组规则。 这将构成 "匿名" 内容类型,也称为一组仅可用于给定提供程序的文件。 与此规则匹配的文件 (如果存在) 将被传递到组件,而不考虑其计算内容类型。

(继承自 ExportFileExtensionsAttributeBase)
OptionFlags

将此元数据定义为 flags 属性的选项

(继承自 ExportProviderAttributeBase)
OptionFlagsInternal

返回选项标志 internal

Options

提供程序选项

Priority

提供程序优先级

(继承自 ExportProviderAttributeBase)
SupportedContentTypes

可选。 此组件要处理的内容类型列表。

(继承自 ExportFileExtensionsAttributeBase)
Type

此提供程序的唯一类型

(继承自 ExportProviderAttributeBase)
Version

版本跟踪

(继承自 ExportProviderAttributeBase)

适用于