ExportCustomFileContextProvider2Attribute Klasse

Definition

MEF-Export-Hilfsobjekt für ilaunchconfigurationprovidermetadata

public ref class ExportCustomFileContextProvider2Attribute sealed : Microsoft::VisualStudio::Workspace::CustomContexts::ExportCustomFileContextProviderAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public sealed class ExportCustomFileContextProvider2Attribute : Microsoft.VisualStudio.Workspace.CustomContexts.ExportCustomFileContextProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type ExportCustomFileContextProvider2Attribute = class
    inherit ExportCustomFileContextProviderAttribute
Public NotInheritable Class ExportCustomFileContextProvider2Attribute
Inherits ExportCustomFileContextProviderAttribute
Vererbung
Attribute

Konstruktoren

ExportCustomFileContextProvider2Attribute(CustomFileContextProviderOptions, String, String[], String[], String, ProviderPriority)

Initialisiert eine neue Instanz der ExportCustomFileContextProvider2Attribute-Klasse.

Eigenschaften

CustomJsonSchemaContent

Das angepasste JSON-Schema

(Geerbt von ExportCustomFileContextProviderAttribute)
FilesFilters

(Optional) Ruft einen Satz von Regeln (Glob-Muster) für Dateien ab. Dabei handelt es sich um einen "anonymen" Inhaltstyp, der eine Gruppe von Dateien darstellt, die nur für den angegebenen Anbieter verfügbar sind Dateien, die diesen Regeln entsprechen (sofern vorhanden), werden unabhängig von Ihrem berechneten Inhaltstyp an die Komponente übermittelt.

(Geerbt von ExportFileExtensionsAttributeBase)
OptionFlags

Die für diese Metadaten definierten Optionen als Flags-Attribut.

(Geerbt von ExportProviderAttributeBase)
OptionFlagsInternal

Gibt die internen Options-Flags zurück.

(Geerbt von ExportCustomFileContextProviderAttribute)
Options

Anbieteroptionen

(Geerbt von ExportCustomFileContextProviderAttribute)
Priority

Anbieter Priorität

(Geerbt von ExportProviderAttributeBase)
SupportedContentTypes

(Optional) Liste der Inhaltstypen, die von dieser Komponente behandelt werden sollen.

(Geerbt von ExportFileExtensionsAttributeBase)
Type

Der eindeutige Typ für diesen Anbieter.

(Geerbt von ExportProviderAttributeBase)
Version

Versions Nachverfolgung

(Geerbt von ExportProviderAttributeBase)

Gilt für