ExportFileContextActionProviderAttribute Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Exportiert ein IFileContextActionProvider mit Metadaten in den MEF-Katalog, wie von IFileContextActionProviderMetadatabeschrieben.
public ref class ExportFileContextActionProviderAttribute : Microsoft::VisualStudio::Workspace::ExportProviderAttributeBase, Microsoft::VisualStudio::Workspace::IFileContextActionProviderMetadata
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public class ExportFileContextActionProviderAttribute : Microsoft.VisualStudio.Workspace.ExportProviderAttributeBase, Microsoft.VisualStudio.Workspace.IFileContextActionProviderMetadata
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type ExportFileContextActionProviderAttribute = class
inherit ExportProviderAttributeBase
interface IFileContextActionProviderMetadata
interface IFileContextConsumerMetadata
interface IProviderMetadataBase
Public Class ExportFileContextActionProviderAttribute
Inherits ExportProviderAttributeBase
Implements IFileContextActionProviderMetadata
- Vererbung
- Attribute
- Implementiert
Konstruktoren
ExportFileContextActionProviderAttribute(FileContextActionProviderOptions, String, ProviderPriority, String[]) |
Initialisiert eine neue Instanz der ExportFileContextActionProviderAttribute-Klasse. |
ExportFileContextActionProviderAttribute(String, ProviderPriority, String[]) |
Initialisiert eine neue Instanz der ExportFileContextActionProviderAttribute-Klasse. |
ExportFileContextActionProviderAttribute(String, String[]) |
Initialisiert eine neue Instanz der ExportFileContextActionProviderAttribute-Klasse. |
Eigenschaften
OptionFlags |
Das Für diese Metadaten als Flags-Attribut definierte Optionen (Geerbt von ExportProviderAttributeBase) |
OptionFlagsInternal |
Zurückgeben der Optionenflags intern |
Options |
FileContextActionProvider-Optionen |
Priority |
Anbieterpriorität (Geerbt von ExportProviderAttributeBase) |
SupportedContextTypes |
Ruft eine Auflistung von GUIDs ab, die die ContextType Werte identifizieren, von denen dieser Sprachdienst initialisieren kann. |
Type |
Der eindeutige Typ für diesen Anbieter (Geerbt von ExportProviderAttributeBase) |
Version |
Versionsnachverfolgung (Geerbt von ExportProviderAttributeBase) |